LumiSoft Net Help
MaxBadCommands Property
NamespacesLumiSoft.Net.IMAP.ServerIMAP_ServerMaxBadCommands
Gets or sets how many bad commands session can have before it's terminated. Value 0 means unlimited.
Declaration Syntax
C#Visual BasicVisual C++F#
public int MaxBadCommands { get; set; }
Public Property MaxBadCommands As Integer
	Get
	Set
public:
property int MaxBadCommands {
	int get ();
	void set (int value);
}
member MaxBadCommands : int with get, set
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ArgumentExceptionIs raised when invalid value is passed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119