Gets message from specified index.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public POP3_ClientMessage this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As POP3_ClientMessage Get
public: property POP3_ClientMessage^ default[int index] { POP3_ClientMessage^ get (int index); }
member Item : POP3_ClientMessage with get
Parameters
- index (Int32)
- Message zero based index in the collection.
Property Value
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this property is accessed. |
ArgumentOutOfRangeException | Is raised when index is out of range. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119