MessageId Property
The identifier of the most recently sent message.
Syntax
[VB.NET] Public ReadOnlyProperty MessageId As String
[C#] public string MessageId {get;}
Remarks
This property indicates the identifier of the most recently sent message. After a successful call to SendMessage, this property will be set to the server-assigned id of that message.
This property is read-only and not available at design time.
Default Value
""