DeleteMailboxAsync Method
Deletes a mailbox specified by Mailbox .
Syntax
[VB.NET] Public Function DeleteMailboxAsync() As Task
[C#] public Task DeleteMailboxAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteMailboxAsync MethodDeletes a mailbox specified by Mailbox . Syntax[VB.NET] Public Function DeleteMailboxAsync() As Task [C#] public Task DeleteMailboxAsync(); RemarksThis method is the asynchronous version of the DeleteMailbox method and is used to support asynchronous operations in WinRT. Please refer to DeleteMailbox for more information. |
||