Gets message with specified UID value.

C# | Visual Basic | Visual 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

- uid (String)
- Message UID value.

POP3_ClientMessage
Returns message or null if message doesn't exist.
Returns message or null if message doesn't exist.

Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this property is accessed. |
NotSupportedException | Is raised when POP3 server doesn't support UIDL. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119