SmtpNotificationEndpoint.SecondaryServers Property
Applies To: Operations Manager for System Center 2012
The SMTP servers to which notifications can be sent if delivery to the primary SMTP server fails.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public IList<SmtpServer> SecondaryServers { get; }
public:
property IList<SmtpServer^>^ SecondaryServers {
IList<SmtpServer^>^ get();
}
member SecondaryServers : IList<SmtpServer> with get
Public ReadOnly Property SecondaryServers As IList(Of SmtpServer)
Property Value
Type: System.Collections.Generic.IList<SmtpServer>
Returns a IList<T> of type SmtpServer that contains the SMTP servers to which notifications can be sent if delivery to the primary SMTP server fails.
Remarks
When an attempt to send a notification to the primary SMTP server fails (that is, the time defined in the PrimaryServerSwitchBackIntervalSeconds property expires), Operations Manager automatically attempts to send the notification to the first secondary server in the list. If that server fails, the software attempts the next secondary server, and so on.
See Also
PrimaryServer
PrimaryServerSwitchBackIntervalSeconds
SmtpNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top