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

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