Share via


SmtpNotificationEndpoint Constructor (String, String, SmtpServer)

 

Applies To: Operations Manager for System Center 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)

Syntax

public SmtpNotificationEndpoint(
    string name,
    string recipientProtocol,
    SmtpServer primaryServer
)
public:
SmtpNotificationEndpoint(
    String^ name,
    String^ recipientProtocol,
    SmtpServer^ primaryServer
)
new : 
        name:string *
        recipientProtocol:string *
        primaryServer:SmtpServer -> SmtpNotificationEndpoint
Public Sub New (
    name As String,
    recipientProtocol As String,
    primaryServer As SmtpServer
)

Parameters

  • recipientProtocol
    Type: System.String

    The transport protocol used to deliver notifications to the recipient. For example, smtp.

See Also

SmtpNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top