LumiSoft Mail Server User API
MaximumBadCommands Property
Namespaces > LumiSoft.MailServer.API.UserAPI > SMTP_Settings > MaximumBadCommands
Gets or sets maximum bad commands can happen before server terminates connection.
Syntax
C#Visual BasicManaged C++
public int MaximumBadCommands { get; set; }
Public Property MaximumBadCommands As Integer
public:
int MaximumBadCommands {
	int get ();
	void set (int value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)