ExamineMailboxAsync Method
Selects a Mailbox (Read-only mode).
Syntax
[VB.NET]
Public Function ExamineMailboxAsync() As Task
[C#]
public Task ExamineMailboxAsync();
Remarks
This method is the asynchronous version of the
ExamineMailbox method and is used to support asynchronous operations in WinRT. Please refer to
ExamineMailbox for more information.