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