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