SmtpNotificationEndpoint.MaxPrimaryRecipientsPerMail Property

Definition

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

Nullable<Int32>

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).

Applies to