LumiSoft Mail Server User API
Item Property (index)
Namespaces > LumiSoft.Net.Mime > MimeEntityCollection > Item(Int32)
Gets mime entity at specified index.
Syntax
C#Visual BasicManaged C++
public MimeEntity Item [
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As MimeEntity
public:
MimeEntity^ Item {
	MimeEntity^ get (int index);
}
Parameters
index (Int32)

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