EmailMessage.Id Property

Definition

Gets the identifier of an email message.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = emailMessage.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The identifier of an email message.

Windows requirements

App capabilities
email emailSystem

Applies to