Applies To: Operations Manager for System Center 2012
Initializes a new SmtpNotificationAction object.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SmtpNotificationAction(
    string name
)
public:
SmtpNotificationAction(
    String^ name
)
new : 
        name:string -> SmtpNotificationAction
Public Sub New (
    name As String
)
Parameters
- name 
 Type: System.String- The name of this notification action. 
See Also
SmtpNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top