Share via


SmtpNotificationActionHeader Constructor (String, String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim name As String
Dim value As String

Dim instance As New SmtpNotificationActionHeader(name, value)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    value As String _
)
public SmtpNotificationActionHeader (
    string name,
    string value
)
public:
SmtpNotificationActionHeader (
    String^ name, 
    String^ value
)
public SmtpNotificationActionHeader (
    String name, 
    String value
)
public function SmtpNotificationActionHeader (
    name : String, 
    value : String
)

Parameters

  • name
    The name of the header for the SMTP notification action.
  • value
    The value of the header for the SMTP notification action.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

SmtpNotificationActionHeader Class
SmtpNotificationActionHeader Members
Microsoft.EnterpriseManagement.Administration Namespace