DeleteMailboxAsync Method
Deletes a mailbox specified by Mailbox .
Syntax
[VB.NET]
Public Function DeleteMailboxAsync() As Task
[C#]
public Task DeleteMailboxAsync();
Remarks
This 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.