PowerTCP Mail for .NET
Uid Property




Returns the unique identifier of the message.
Syntax
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();
public:
property String^ Uid {
   String^ get();
}

Property Value

A string representing the server-defined unique identifier for the message.
Remarks

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).

See Also

Reference

MessageBase Class
MessageBase Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic