EmailMailboxCreateFolderRequest.ReportFailedAsync 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 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
An EmailMailboxCreateFolderStatus value indicating why the operation failed.
Returns
An asynchronous create operation on an EmailMailboxCreateFolderRequest object.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|