MoveToMailboxAsync Method
Moves the messages specified by MessageSet to the mailbox specified by Mailbox .
Syntax
[VB.NET] Public Function MoveToMailboxAsync() As Task
[C#] public Task MoveToMailboxAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
MoveToMailboxAsync MethodMoves the messages specified by MessageSet to the mailbox specified by Mailbox . Syntax[VB.NET] Public Function MoveToMailboxAsync() As Task [C#] public Task MoveToMailboxAsync(); RemarksThis method is the asynchronous version of the MoveToMailbox method and is used to support asynchronous operations in WinRT. Please refer to MoveToMailbox for more information. |
||