EmailMailboxResolveRecipientsRequest.ReportCompletedAsync 方法

定义

通知电子邮件客户端请求已成功处理。

异步操作的成功完成表示收件人列表已成功处理。 但请注意,这并不意味着所有名称都已成功解析。 您的代码必须检查 resolutionResults 列表中每个 EmailRecipientResolutionResult 项的状态,以确定是否已成功解析所有名称。

public:
 virtual IAsyncAction ^ ReportCompletedAsync(IIterable<EmailRecipientResolutionResult ^> ^ resolutionResults) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(IIterable<EmailRecipientResolutionResult> const& resolutionResults);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(IEnumerable<EmailRecipientResolutionResult> resolutionResults);
function reportCompletedAsync(resolutionResults)
Public Function ReportCompletedAsync (resolutionResults As IEnumerable(Of EmailRecipientResolutionResult)) As IAsyncAction

参数

resolutionResults

IIterable<EmailRecipientResolutionResult>

IEnumerable<EmailRecipientResolutionResult>

包含有关解析结果的详细信息 的 EmailRecipientResolutionResult 对象的列表。

返回

EmailMailboxResolveRecipientsRequest 上的异步解析操作。

属性

Windows 要求

应用功能
email emailSystem

适用于