LumiSoft Mail Server User API
SessionIdleTimeOut Property
Namespaces > LumiSoft.MailServer.API.UserAPI > POP3_Settings > SessionIdleTimeOut
Gets or sets how many seconds session can idle before timed out.
Syntax
C#Visual BasicManaged C++
public int SessionIdleTimeOut { get; set; }
Public Property SessionIdleTimeOut As Integer
public:
int SessionIdleTimeOut {
	int get ();
	void set (int value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)