ChatConversation.MostRecentMessageId Property

Definition

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 = chatConversation.mostRecentMessageId;
Public ReadOnly Property MostRecentMessageId As String

Property Value

String

Platform::String

winrt::hstring

The ID of the most recent message in the conversation.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to