SmtpNotificationEndpoint.MaxPrimaryRecipientsPerMail Property
Applies To: Operations Manager for System Center 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)
Syntax
public Nullable<int> MaxPrimaryRecipientsPerMail { get; set; }
public:
property Nullable<int> MaxPrimaryRecipientsPerMail {
Nullable<int> get();
void set(Nullable<int> value);
}
member MaxPrimaryRecipientsPerMail : Nullable<int> with get, set
Public Property MaxPrimaryRecipientsPerMail As Nullable(Of Integer)
Property Value
Type: System.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).
See Also
SmtpNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top