Applies To: Operations Manager for System Center 2012
The Simple Mail Transfer Protocol (SMTP) server that relays notifications to recipients.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SmtpServer PrimaryServer { get; set; }
public:
property SmtpServer^ PrimaryServer {
    SmtpServer^ get();
    void set(SmtpServer^ value);
}
member PrimaryServer : SmtpServer with get, set
Public Property PrimaryServer As SmtpServer
Property Value
Type: Microsoft.EnterpriseManagement.Administration.SmtpServer
Returns a SmtpServer object that represents the primary SMTP server that relays notifications to recipients.
See Also
PrimaryServerSwitchBackIntervalSeconds
SecondaryServers
SmtpNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top