ListMessageUIDsAsync Method
Retrieves a list of all message UIDs from the server.
Syntax
[VB.NET] Public Function ListMessageUIDsAsync() As Task
[C#] public Task ListMessageUIDsAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListMessageUIDsAsync MethodRetrieves a list of all message UIDs from the server. Syntax[VB.NET] Public Function ListMessageUIDsAsync() As Task [C#] public Task ListMessageUIDsAsync(); RemarksThis method is the asynchronous version of the ListMessageUIDs method and is used to support asynchronous operations in WinRT. Please refer to ListMessageUIDs for more information. |
||