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; }
Visual Basic
Public ReadOnly Property UID As Nullable(Of Long)
	Get
Visual C++
public:
property Nullable<long long> UID {
	Nullable<long long> get ();
}

See Also