LumiSoft Mail Server User API
Sessions Property
Namespaces > LumiSoft.MailServer.API.UserAPI > Server > Sessions
Gets mail server sessions. NOTE: You must be connected before accessing this property.
Syntax
C#Visual BasicManaged C++
public SessionCollection Sessions { get; }
Public ReadOnly Property Sessions As SessionCollection
public:
SessionCollection^ Sessions {
	SessionCollection^ get ();
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)