Share via


EmailMailboxResolveRecipientsRequest.ReportCompletedAsync Method

Definition

Informs the email client that the request was processed successfully.

Successful completion of the asynchronous operation indicates that the recipient list was processed successfully. Note, though, that this does not mean that all of the names have been successfully resolved. Your code must check the status of each EmailRecipientResolutionResult item in the resolutionResults list to determine whether all of the names have been successfully resolved..

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

Parameters

resolutionResults

IIterable<EmailRecipientResolutionResult>

IEnumerable<EmailRecipientResolutionResult>

A list of EmailRecipientResolutionResult objects with details about resolution results.

Returns

An asynchronous resolve operation on an EmailMailboxResolveRecipientsRequest.

Attributes

Windows requirements

App capabilities
email emailSystem

Applies to