FetchMessageTextAsync Method
Retrieves the message text of messages specified by the MessageSet property.
Syntax
[VB.NET] Public Function FetchMessageTextAsync() As IAsyncAction
[C#] public IAsyncAction 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 IAsyncAction [C#] public IAsyncAction 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. |
||