Share via


SmtpNotificationEndpoint.SecondaryServers Property

Definition

Secondary smtp servers.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::SmtpServer ^> ^ SecondaryServers { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::SmtpServer ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.SmtpServer> SecondaryServers { get; }
member this.SecondaryServers : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.SmtpServer>
Public ReadOnly Property SecondaryServers As IList(Of SmtpServer)

Property Value

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.

Applies to

See also