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)Dim name As String Dim value As String Dim instance As New SmtpNotificationActionHeader(name, value)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 )ParametersnameThe name of the header for the SMTP notification action.valueThe value of the header for the SMTP notification action.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim name As String Dim value As String Dim instance As New SmtpNotificationActionHeader(name, value)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 )ParametersnameThe name of the header for the SMTP notification action.valueThe value of the header for the SMTP notification action.