Initializes a new SmtpNotificationAction object. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim name As String

Dim instance As New SmtpNotificationAction(name)

Syntax

Visual Basic
Public Sub New ( _
		name As String _
)
C#
public SmtpNotificationAction (
		string name
)
C++
public:
SmtpNotificationAction (
		String^ name
)
J#
public SmtpNotificationAction (
		String name
)
JScript
public function SmtpNotificationAction (
		name : String
)

Parameters

name

The name of this 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