DeleteMailbox Method
Deletes a mailbox specified by Mailbox .
Syntax
[VB.NET] Public Sub DeleteMailbox()
[C#] public void DeleteMailbox();
Remarks
This method deletes a mailbox. The mailbox name is specified by the Mailbox property.
NOTE: This method has a corresponding asynchronous version (DeleteMailboxAsync) for use in the WinRT environment.