Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
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)
Syntax
public SmtpNotificationActionHeader(
string name,
string value
)
public:
SmtpNotificationActionHeader(
String^ name,
String^ value
)
new :
name:string *
value:string -> SmtpNotificationActionHeader
Public Sub New (
name As String,
value As String
)
Parameters
name
Type: System.StringThe name of the header for the SMTP notification action.
value
Type: System.StringThe value of the header for the SMTP notification action.
See Also
SmtpNotificationActionHeader Overload
SmtpNotificationActionHeader Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top