[VB.NET]
Public Function FetchMessagePartAsync(ByVal PartId As String)AsTask
[C#]
public Task FetchMessagePartAsync(string partId);
Remarks
This 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.