SmtpNotificationEndpoint.MaxPrimaryRecipientsPerMail Property

Updated: April 16, 2012

The maximum number of primary recipients to whom a notification can be sent. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As SmtpNotificationEndpoint Dim value As Nullable(Of Integer) value = instance.MaxPrimaryRecipientsPerMail instance.MaxPrimaryRecipientsPerMail = valuePublic Property MaxPrimaryRecipientsPerMail As Nullable(Of Integer)public Nullable<int> MaxPrimaryRecipientsPerMail { get; set; }public: property Nullable<int> MaxPrimaryRecipientsPerMail { Nullable<int> get (); void set (Nullable<int> value); }/** @property */ public Nullable<int> get_MaxPrimaryRecipientsPerMail () /** @property */ public void set_MaxPrimaryRecipientsPerMail (Nullable<int> value) public function get MaxPrimaryRecipientsPerMail () : Nullable<int> public function set MaxPrimaryRecipientsPerMail (value : Nullable<int>) Property ValueReturns a Int32 value that defines the maximum number of primary recipients per notification. The default value is 1.

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


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms