MessageId Property
The message identifier of the current message.
Syntax
[VB.NET] Public ReadOnlyProperty MessageId As String
[C#] public string MessageId {get;}
Remarks
The component fills out this property when message information is retrieved from the MailServer.
The id is permanent if UIDMode is set, and temporary otherwise.
This property is read-only and not available at design time.
Default Value
""