Share via


SmtpNotificationAction.Endpoint Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the endpoint for the Simple Mail Transfer Protocol (SMTP) notification action.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public SmtpNotificationEndpoint Endpoint { get; set; }
public:
property SmtpNotificationEndpoint^ Endpoint {
    SmtpNotificationEndpoint^ get();
    void set(SmtpNotificationEndpoint^ value);
}
member Endpoint : SmtpNotificationEndpoint with get, set
Public Property Endpoint As SmtpNotificationEndpoint

Property Value

Type: Microsoft.EnterpriseManagement.Administration.SmtpNotificationEndpoint

Returns an SmtpNotificationEndpoint object.

See Also

SmtpNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top