CreateMailbox Method
Creates a new mailbox specified by Mailbox .
Syntax
[VB.NET] Public Sub CreateMailbox()
[C#] public void CreateMailbox();
Remarks
This method creates a new mailbox. The mailbox name is specified by the Mailbox property.
NOTE: This method has a corresponding asynchronous version (CreateMailboxAsync) for use in the Xamarin environment.