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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)