MoveToMailboxAsync Method
Moves the messages specified by MessageSet to the mailbox specified by Mailbox .
Syntax
[VB.NET] Public Function MoveToMailboxAsync() As IAsyncAction
[C#] public IAsyncAction MoveToMailboxAsync();
IP*Works! 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 IAsyncAction [C#] public IAsyncAction 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. |
||