LumiSoft Net Help
UID Property
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientMessageUID
Gets message UID. NOTE: Before accessing this property, check that server supports UIDL command.
Declaration Syntax
C#Visual BasicVisual C++F#
public string UID { get; }
Public ReadOnly Property UID As String
	Get
public:
property String^ UID {
	String^ get ();
}
member UID : string with get
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
NotSupportedExceptionIs raised when POP3 server doesnt support UIDL command.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119