CloseMailboxAsync Method
Removes all messages marked with 'Deleted' flag from the currently selected mailbox and unselect mailbox.
Syntax
[VB.NET] Public Function CloseMailboxAsync() As Task
[C#] public Task CloseMailboxAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CloseMailboxAsync MethodRemoves all messages marked with 'Deleted' flag from the currently selected mailbox and unselect mailbox. Syntax[VB.NET] Public Function CloseMailboxAsync() As Task [C#] public Task CloseMailboxAsync(); RemarksThis method is the asynchronous version of the CloseMailbox method and is used to support asynchronous operations in WinRT. Please refer to CloseMailbox for more information. |
||