LumiSoft Net Help
Item Property (index)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientMessageCollectionItem[([( Int32])])
Gets message from specified index.
Declaration Syntax
C#Visual BasicVisual 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
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ArgumentOutOfRangeExceptionIs raised when index is out of range.

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