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

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