CheckMailboxAsync Method
Sends a 'CHECK' command to the server.
Syntax
[VB.NET] Public Function CheckMailboxAsync() As IAsyncAction
[C#] public IAsyncAction CheckMailboxAsync();
Google Integrator V2 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CheckMailboxAsync MethodSends a 'CHECK' command to the server. Syntax[VB.NET] Public Function CheckMailboxAsync() As IAsyncAction [C#] public IAsyncAction CheckMailboxAsync(); RemarksThis 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. |
||