LumiSoft Mail Server User API
UID Property
Namespaces > LumiSoft.Net.POP3.Server > POP3_Message > UID
Gets or sets message UID. This UID is reported in UIDL command.
Syntax
C#Visual BasicManaged C++
public string UID { get; set; }
Public Property UID As String
public:
String^ UID {
	String^ get ();
	void set (String^ value);
}

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