SmtpNotificationEndpoint.SecondaryServers Property

Updated: April 16, 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)Dim instance As SmtpNotificationEndpoint Dim value As IList(Of SmtpServer) value = instance.SecondaryServers Public ReadOnly Property SecondaryServers As IList(Of SmtpServer)public IList<SmtpServer> SecondaryServers { get; }public: property IList<SmtpServer^>^ SecondaryServers { IList<SmtpServer^>^ get (); }/** @property */ public IList<SmtpServer> get_SecondaryServers () public function get SecondaryServers () : IList<SmtpServer> Property ValueReturns a IList of type SmtpServer that contains the SMTP servers to which notifications can be sent if delivery to the primary SMTP server fails.

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.


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