Share via


EmailMailboxResolveRecipientsRequest.ReportFailedAsync Method

Definition

Informs the client that the request was not processed successfully. Note that this means the operation failed to execute properly, and does not indicate anything about the recipients. See ReportCompletedAsync to understand how success or failure of resolution for individual recipients is reported.

public:
 virtual IAsyncAction ^ ReportFailedAsync() = ReportFailedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportFailedAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportFailedAsync();
function reportFailedAsync()
Public Function ReportFailedAsync () As IAsyncAction

Returns

An asynchronous resolve operation on an EmailMailboxResolveRecipientsRequest.

Attributes

Windows requirements

App capabilities
email emailSystem

Applies to