LumiSoft Mail Server User API
UID Property
Namespaces > LumiSoft.Net.IMAP.Client > IMAP_FetchItem > UID
Gets message UID. This property is available only if IMAP_FetchItem_Flags.UID was specified, otherwise throws exception.
Syntax
C#Visual BasicManaged C++
public int UID { get; }
Public ReadOnly Property UID As Integer
public:
int UID {
	int get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)