LumiSoft Net Help
MaxRecipients Property
NamespacesLumiSoft.Net.SMTP.ServerSMTP_ServerMaxRecipients
Gets or sets maximum allowed recipients per SMTP transaction.
Declaration Syntax
C#Visual BasicVisual C++F#
public int MaxRecipients { get; set; }
Public Property MaxRecipients As Integer
	Get
	Set
public:
property int MaxRecipients {
	int get ();
	void set (int value);
}
member MaxRecipients : int with get, set
Property Value
Remarks
According RFC 5321 this value SHOULD NOT be less than 100.
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