LumiSoft Mail Server User API
Item Property (index)
Namespaces > LumiSoft.MailServer.API.UserAPI > EventCollection > Item(Int32)
Gets a Event object in the collection by index number.
Syntax
C#Visual BasicManaged C++
public Event Item [
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As Event
public:
Event^ Item {
	Event^ get (int index);
}
Parameters
index (Int32)
An Int32 value that specifies the position of the Event object in the EventCollection collection.
Return Value
A Event object value that represents the event in server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)