Udostępnij za pośrednictwem


SmtpNotificationAction Constructor (String)

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

Initializes a new SmtpNotificationAction object.

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

Usage

'Usage
Dim name As String

Dim instance As New SmtpNotificationAction(name)

Syntax

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

Parameters

  • name
    The name of this notification action.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

SmtpNotificationAction Class
SmtpNotificationAction Members
Microsoft.EnterpriseManagement.Administration Namespace