MoveToMailbox Method
Moves the messages specified by MessageSet to the mailbox specified by Mailbox .
Syntax
[VB.NET] Public Sub MoveToMailbox()
[C#] public void MoveToMailbox();
Remarks
This method moves the messages specified by the MessageSet property to the mailbox specified by the Mailbox property.
NOTE: This method has a corresponding asynchronous version (MoveToMailboxAsync) for use in the WinRT environment.