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

Visual Basic
Dim name As String
Dim value As String

Dim instance As New SmtpNotificationActionHeader(name, value)

Syntax

Visual Basic
Public Sub New ( _
		name As String, _
		value As String _
)
C#
public SmtpNotificationActionHeader (
		string name,
		string value
)
C++
public:
SmtpNotificationActionHeader (
		String^ name, 
		String^ value
)
J#
public SmtpNotificationActionHeader (
		String name, 
		String value
)
JScript
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also