SelectMailboxAsync Method
Select a Mailbox.
Syntax
[VB.NET]
Public Function SelectMailboxAsync() As Task
[C#]
public Task SelectMailboxAsync();
Remarks
This method is the asynchronous version of the
SelectMailbox method and is used to support asynchronous operations in WinRT. Please refer to
SelectMailbox for more information.