SmtpNotificationEndpoint Constructor (String, String, SmtpServer)

Updated: April 16, 2012

Initializes the SmtpNotificationEndpoint with the endpoint's name, transport protocol, and primary server. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim name As String Dim recipientProtocol As String Dim primaryServer As SmtpServer Dim instance As New SmtpNotificationEndpoint(name, recipientProtocol, primaryServer)Public Sub New ( _ name As String, _ recipientProtocol As String, _ primaryServer As SmtpServer _ )public SmtpNotificationEndpoint ( string name, string recipientProtocol, SmtpServer primaryServer )public: SmtpNotificationEndpoint ( String^ name, String^ recipientProtocol, SmtpServer^ primaryServer )public SmtpNotificationEndpoint ( String name, String recipientProtocol, SmtpServer primaryServer )public function SmtpNotificationEndpoint ( name : String, recipientProtocol : String, primaryServer : SmtpServer )ParametersnameA user-defined name for the endpoint.recipientProtocolThe transport protocol used to deliver notifications to the recipient. For example, smtp.primaryServerThe SMTP server that relays notifications to the recipient.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms