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

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