SmtpNotificationEndpoint.PrimaryServer Property

Updated: April 16, 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)Dim instance As SmtpNotificationEndpoint Dim value As SmtpServer value = instance.PrimaryServer instance.PrimaryServer = valuePublic Property PrimaryServer As SmtpServerpublic SmtpServer PrimaryServer { get; set; }public: property SmtpServer^ PrimaryServer { SmtpServer^ get (); void set (SmtpServer^ value); }/** @property */ public SmtpServer get_PrimaryServer () /** @property */ public void set_PrimaryServer (SmtpServer value) public function get PrimaryServer () : SmtpServer public function set PrimaryServer (value : SmtpServer) Property ValueReturns a SmtpServer object that represents the primary SMTP server that relays notifications to recipients.
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