Share via


SmtpNotificationActionHeader Constructor (String, String)

 

Applies To: Operations Manager for System Center 2012

Initializes a new SmtpNotificationActionHeader object with the name and value of the header.

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

Syntax

public SmtpNotificationActionHeader(
    string name,
    string value
)
public:
SmtpNotificationActionHeader(
    String^ name,
    String^ value
)
new : 
        name:string *
        value:string -> SmtpNotificationActionHeader
Public Sub New (
    name As String,
    value As String
)

Parameters

  • name
    Type: System.String

    The name of the header for the SMTP notification action.

  • value
    Type: System.String

    The value of the header for the SMTP notification action.

See Also

SmtpNotificationActionHeader Overload
SmtpNotificationActionHeader Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top