LumiSoft Mail Server User API
Item Property (index)
Namespaces > LumiSoft.Net.POP3.Server > POP3_MessageCollection > Item(Int32)
Gets a POP3_Message object in the collection by index number.
Syntax
C#Visual BasicManaged C++
public POP3_Message Item [
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As POP3_Message
public:
POP3_Message^ Item {
	POP3_Message^ get (int index);
}
Parameters
index (Int32)
An Int32 value that specifies the position of the POP3_Message object in the POP3_MessageCollection collection.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)