Share via


EmailMailboxCreateFolderRequest.ReportFailedAsync Method

Definition

Informs the client that the request was not processed successfully.

Successful completion of the asynchronous action indicates that the status parameter's value reports the reason for failure.

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

Parameters

status
EmailMailboxCreateFolderStatus

An EmailMailboxCreateFolderStatus value indicating why the operation failed.

Returns

An asynchronous create operation on an EmailMailboxCreateFolderRequest object.

Attributes

Windows requirements

App capabilities
email emailSystem

Applies to