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