EmailMessage.InResponseToMessageId Property
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 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
The identifier for the email message to which this message is a response.
Windows requirements
App capabilities |
email
emailSystem
|