FetchMessagePartAsync Method
Retrieves the message part specified by PartID.
Syntax
[VB.NET] Public Function FetchMessagePartAsync(ByVal PartId As String) As Task
[C#] public Task FetchMessagePartAsync(string partId);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
FetchMessagePartAsync MethodRetrieves the message part specified by PartID. Syntax[VB.NET] Public Function FetchMessagePartAsync(ByVal PartId As String) As Task [C#] public Task FetchMessagePartAsync(string partId); RemarksThis method is the asynchronous version of the FetchMessagePart method and is used to support asynchronous operations in WinRT. Please refer to FetchMessagePart for more information. |
||