LumiSoft Mail Server User API
Item Property (index)
Namespaces > LumiSoft.Net.Mime.vCard > DeliveryAddressCollection > Item(Int32)
Gets item at the specified index.
Syntax
C#Visual BasicManaged C++
public DeliveryAddress Item [
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As DeliveryAddress
public:
DeliveryAddress^ Item {
	DeliveryAddress^ get (int index);
}
Parameters
index (Int32)
Index of item which to get.
Return Value

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