ChatMessage.MessageId 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 message ID. Each chat message is assigned a unique identifier in the persistent chat database.
public:
property long MessageId { long get(); };
public long MessageId { get; }
member this.MessageId : int64
Public ReadOnly Property MessageId As Long
Property Value
The message id.