共用方式為


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

適用於