EmailConversation.MostRecentMessageId 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 ID of the most recent message in the conversation.
public:
property Platform::String ^ MostRecentMessageId { Platform::String ^ get(); };
winrt::hstring MostRecentMessageId();
public string MostRecentMessageId { get; }
var string = emailConversation.mostRecentMessageId;
Public ReadOnly Property MostRecentMessageId As String
Property Value
The ID of the most recent message in the conversation.
Windows requirements
App capabilities |
email
emailSystem
|