EmailMailboxResolveRecipientsRequest.ReportCompletedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
|