SendAsync Method
Sends the current message and MIME encoded attachment.
Syntax
[VB.NET] Public Function SendAsync() As Task
[C#] public Task SendAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendAsync MethodSends the current message and MIME encoded attachment. Syntax[VB.NET] Public Function SendAsync() As Task [C#] public Task SendAsync(); RemarksThis method is the asynchronous version of the Send method and is used to support asynchronous operations in WinRT. Please refer to Send for more information. |
||