Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.49 KB

emailmailboxresolverecipientsrequest_reportcompletedasync_1028965796.md

File metadata and controls

31 lines (21 loc) · 1.49 KB
-api-id -api-type
M:Windows.ApplicationModel.Email.DataProvider.EmailMailboxResolveRecipientsRequest.ReportCompletedAsync(Windows.Foundation.Collections.IIterable{Windows.ApplicationModel.Email.EmailRecipientResolutionResult})
winrt method

Windows.ApplicationModel.Email.DataProvider.EmailMailboxResolveRecipientsRequest.ReportCompletedAsync

-description

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..

-parameters

-param resolutionResults

A list of EmailRecipientResolutionResult objects with details about resolution results.

-returns

An asynchronous resolve operation on an EmailMailboxResolveRecipientsRequest.

-remarks

-examples

-see-also

-capabilities

email, emailSystem