LumiSoft Net Help
Item Property (uid)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientMessageCollectionItem[([( String])])
Gets message with specified UID value.
Declaration Syntax
C#Visual BasicVisual C++F#
public POP3_ClientMessage this[
	string uid
] { get; }
Public ReadOnly Default Property Item ( 
	uid As String
) As POP3_ClientMessage
	Get
public:
property POP3_ClientMessage^ default[String^ uid] {
	POP3_ClientMessage^ get (String^ uid);
}
member Item : POP3_ClientMessage with get
Parameters
uid (String)
Message UID value.
Return Value
POP3_ClientMessage
Returns message or null if message doesn't exist.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
NotSupportedExceptionIs raised when POP3 server doesn't support UIDL.

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