SmtpNotificationActionHeader Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::SmtpNotificationActionHeader

[SerializableAttribute]
public ref class SmtpNotificationActionHeader 

NameDescription
System_CAPS_pubmethodSmtpNotificationActionHeader()

Initializes a new SmtpNotificationActionHeader object.

System_CAPS_pubmethodSmtpNotificationActionHeader(String^, String^)

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

NameDescription
System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyValue

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: