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