LumiSoft Mail Server User API
MaxConnectionsPerIP Property
Namespaces > LumiSoft.Net.IMAP.Server > IMAP_Server > MaxConnectionsPerIP
Gets or sets maximum allowed conncurent connections from 1 IP address. Value 0 means unlimited connections.
Syntax
C#Visual BasicManaged C++
public int MaxConnectionsPerIP { get; set; }
Public Property MaxConnectionsPerIP As Integer
public:
int MaxConnectionsPerIP {
	int get ();
	void set (int value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)