EmailMailboxDeleteFolderRequest.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(EmailMailboxDeleteFolderStatus status) = ReportFailedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportFailedAsync(EmailMailboxDeleteFolderStatus const& status);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportFailedAsync(EmailMailboxDeleteFolderStatus status);
function reportFailedAsync(status)
Public Function ReportFailedAsync (status As EmailMailboxDeleteFolderStatus) As IAsyncAction
Parameters
A EmailMailboxDeleteFolderStatus value indicating why the operation failed.
Returns
An asynchronous delete operation on an EmailMailboxDeleteFolderRequest object.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|