UnsubscribeMailbox Method
Unsubscribes from the mailbox specified by Mailbox .
Syntax
[VB.NET] Public Sub UnsubscribeMailbox()
[C#] public void UnsubscribeMailbox();
Remarks
This method unsubscribes from the mailbox specified by the Mailbox property.
NOTE: This method has a corresponding asynchronous version (UnsubscribeMailboxAsync) for use in the WinRT environment.