LumiSoft Mail Server User API
MaximumRecipientsPerMessage Property
Namespaces > LumiSoft.MailServer.API.UserAPI > SMTP_Settings > MaximumRecipientsPerMessage
Gets or sets how many recipients are allowed per message.
Syntax
C#Visual BasicManaged C++
public int MaximumRecipientsPerMessage { get; set; }
Public Property MaximumRecipientsPerMessage As Integer
public:
int MaximumRecipientsPerMessage {
	int get ();
	void set (int value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)