ChatMessage.Id Property

Definition

Gets the identifier of the message.

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

Property Value

String

Platform::String

winrt::hstring

The ID of the chat message.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to