LumiSoft Mail Server User API
Item Property (eventID)
Namespaces > LumiSoft.MailServer.API.UserAPI > EventCollection > Item(String)
Gets a Event object in the collection by filter ID.
Syntax
C#Visual BasicManaged C++
public Event Item [
	string eventID
] { get; }
Public ReadOnly Property Item ( _
	eventID As String _
) As Event
public:
Event^ Item {
	Event^ get (String^ eventID);
}
Parameters
eventID (String)
A String value that specifies the event ID 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)