EmailMessage.InResponseToMessageId Property

Definition

Gets the identifier for the email message to which this message is a response.

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

Property Value

String

Platform::String

winrt::hstring

The identifier for the email message to which this message is a response.

Windows requirements

App capabilities
email emailSystem

Applies to