EmailMailboxCreateFolderRequest.ReportCompletedAsync(EmailFolder) 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 processed successfully.
Successful completion of the asynchronous operation indicates that the folder was created successfully.
public:
virtual IAsyncAction ^ ReportCompletedAsync(EmailFolder ^ folder) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(EmailFolder const& folder);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(EmailFolder folder);
function reportCompletedAsync(folder)
Public Function ReportCompletedAsync (folder As EmailFolder) As IAsyncAction
Parameters
- folder
- EmailFolder
An EmailFolder representing the created folder.
Returns
An asynchronous create operation on an EmailMailboxCreateFolderRequest object.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|