SmtpNotificationEndpoint.SecondaryServers Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As SmtpNotificationEndpoint
Dim value As IList(Of SmtpServer)
value = instance.SecondaryServers
Syntax
'Declaration
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 Value
Returns a IList 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SmtpNotificationEndpoint Class
SmtpNotificationEndpoint Members
Microsoft.EnterpriseManagement.Administration Namespace
SmtpNotificationEndpoint.PrimaryServer Property
SmtpNotificationEndpoint.PrimaryServerSwitchBackIntervalSeconds Property