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