Message UID on the IMAP server.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Nullable<long> UID { get; internal set; }
Visual Basic
Public Property UID As Nullable(Of Long)
	Get
	Friend Set
Visual C++
public:
property Nullable<long long> UID {
	Nullable<long long> get ();
	internal: void set (Nullable<long long> value);
}

See Also