SmtpNotificationActionHeader Class
Applies To: Operations Manager for System Center 2012
Represents a header for Simple Mail Transfer Protocol (SMTP) notification actions.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.SmtpNotificationActionHeader
Syntax
[SerializableAttribute]
public class SmtpNotificationActionHeader
[SerializableAttribute]
public ref class SmtpNotificationActionHeader
[<SerializableAttribute>]
type SmtpNotificationActionHeader = class end
<SerializableAttribute>
Public Class SmtpNotificationActionHeader
Constructors
Name | Description | |
---|---|---|
SmtpNotificationActionHeader() | Initializes a new SmtpNotificationActionHeader object. |
|
SmtpNotificationActionHeader(String, String) | Initializes a new SmtpNotificationActionHeader object with the name and value of the header. |
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the header for the SMTP notification action. |
|
Value | Gets or sets the value of the header for the SMTP notification action. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Administration Namespace
Return to top