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
System_CAPS_pubmethod SmtpNotificationActionHeader()

Initializes a new SmtpNotificationActionHeader object.

System_CAPS_pubmethod SmtpNotificationActionHeader(String, String)

Initializes a new SmtpNotificationActionHeader object with the name and value of the header.

Properties

Name Description
System_CAPS_pubproperty Name

Gets or sets the name of the header for the SMTP notification action.

System_CAPS_pubproperty Value

Gets or sets the value of the header for the SMTP notification action.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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