Will retrieve the status of the specified message.
Syntax
[VB.NET]
Public Function CheckMessageStatusAsync(ByVal MessageId As String)AsTask
[C#]
public Task CheckMessageStatusAsync(string messageId);
Remarks
This method is the asynchronous version of the CheckMessageStatus method and is used to support asynchronous operations in WinRT. Please refer to CheckMessageStatus for more information.