SubscribeMailbox Method
Subscribes to the mailbox specified by Mailbox .
Syntax
[VB.NET] Public Sub SubscribeMailbox()
[C#] public void SubscribeMailbox();
Remarks
This method subscribes to the mailbox specified by the Mailbox property.
NOTE: This method has a corresponding asynchronous version (SubscribeMailboxAsync) for use in the Xamarin environment.