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