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