EmailMailboxEmptyFolderRequest.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.
On the successful completion of the async operation, the status parameter is set to the current status of the folder in question.
public:
virtual IAsyncAction ^ ReportFailedAsync(EmailMailboxEmptyFolderStatus status) = ReportFailedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportFailedAsync(EmailMailboxEmptyFolderStatus const& status);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportFailedAsync(EmailMailboxEmptyFolderStatus status);
function reportFailedAsync(status)
Public Function ReportFailedAsync (status As EmailMailboxEmptyFolderStatus) As IAsyncAction
Parameters
The status of the folder, following the failed attempt to empty it.
Returns
An asynchronous empty operation on an EmailMailboxEmptyFolderRequest.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|