EmailStore.GetMessageAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specified email message.
public:
virtual IAsyncOperation<EmailMessage ^> ^ GetMessageAsync(Platform::String ^ id) = GetMessageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailMessage> GetMessageAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailMessage> GetMessageAsync(string id);
function getMessageAsync(id)
Public Function GetMessageAsync (id As String) As IAsyncOperation(Of EmailMessage)
Parameters
- id
-
String
Platform::String
winrt::hstring
The identifier for the email message.
Returns
The specified email message.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|