Dart.Mail Namespace > MessageBase Class : Uid Property |
Public ReadOnly Property Uid As String
Dim instance As MessageBase Dim value As String value = instance.Uid
public string Uid {get;}
public: __property string* get_Uid();
The unique ID of this message. This is used for accessing this message in a manner which cannot be affected by server-side removal of other messages (The Object.Id property does not guarantee this). The uniqueness of the identifier varies depending on the mail protocol used for this message (ex. IMAP UIDs are guaranteed unique on a per-mailbox basis only).