CopyToMailbox Method
Copies the messages specified by MessageSet to the mailbox specified by Mailbox .
Syntax
[VB.NET] Public Sub CopyToMailbox()
[C#] public void CopyToMailbox();
Remarks
This method copies the messages specified by the MessageSet property to the mailbox specified by the Mailbox property.
NOTE: This method has a corresponding asynchronous version (CopyToMailboxAsync) for use in the Xamarin environment.