LumiSoft Mail Server User API
Item Property (index)
Namespaces > LumiSoft.Net.POP3.Client > POP3_MessagesInfo > Item(Int32)
Gets specified pop3 message info at specified index from collection.
Syntax
C#Visual BasicManaged C++
public POP3_MessageInfo Item [
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As POP3_MessageInfo
public:
POP3_MessageInfo^ Item {
	POP3_MessageInfo^ get (int index);
}
Parameters
index (Int32)

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