CheckMailboxAsync Method
Sends a 'CHECK' command to the server.
Syntax
[VB.NET]
Public Function CheckMailboxAsync() As Task
[C#]
public Task CheckMailboxAsync();
Remarks
This method is the asynchronous version of the
CheckMailbox method and is used to support asynchronous operations in WinRT. Please refer to
CheckMailbox for more information.