SmtpNotificationEndpoint.MaxPrimaryRecipientsPerMail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum number of primary recipients per mail.
public:
property Nullable<int> MaxPrimaryRecipientsPerMail { Nullable<int> get(); void set(Nullable<int> value); };
public int? MaxPrimaryRecipientsPerMail { get; set; }
member this.MaxPrimaryRecipientsPerMail : Nullable<int> with get, set
Public Property MaxPrimaryRecipientsPerMail As Nullable(Of Integer)
Property Value
Returns a Int32 value that defines the maximum number of primary recipients per notification. The default value is 1.
Remarks
This limit does not affect the number of secondary recipients to whom notifications can be sent (for example, by sending a notification to an alias for a distribution list or by forwarding notifications from a primary recipient).