CreateMailboxAsync Method
Creates a new mailbox specified by Mailbox .
Syntax
[VB.NET]
Public Function CreateMailboxAsync() As Task
[C#]
public Task CreateMailboxAsync();
Remarks
This method is the asynchronous version of the
CreateMailbox method and is used to support asynchronous operations in WinRT. Please refer to
CreateMailbox for more information.