SmtpNotificationAction Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents a Simple Mail Transfer Protocol (SMTP) notification action for notification subscriptions.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)


[SerializableAttribute]
public ref class SmtpNotificationAction : NotificationAction

NameDescription
System_CAPS_pubmethodSmtpNotificationAction(String^)

Initializes a new SmtpNotificationAction object.

NameDescription
System_CAPS_pubpropertyBody

Gets or sets the body of the Simple Mail Transfer Protocol (SMTP) notification action.

System_CAPS_pubpropertyBodyEncoding

Gets or sets the body encoding for the Simple Mail Transfer Protocol (SMTP) notification action.

System_CAPS_pubpropertyDescription

Gets or sets the description of the notification action.(Inherited from NotificationAction.)

System_CAPS_pubpropertyDisplayName

Gets or sets the display name of the notification action.(Inherited from NotificationAction.)

System_CAPS_pubpropertyEndpoint

Gets or sets the endpoint for the Simple Mail Transfer Protocol (SMTP) notification action.

System_CAPS_pubpropertyFrom

Gets or sets the information for the From line of the Simple Mail Transfer Protocol (SMTP) notification.

System_CAPS_pubpropertyHeaders

Gets the information for the header of the Simple Mail Transfer Protocol (SMTP) notification.

System_CAPS_pubpropertyId
System_CAPS_pubpropertyIsBodyHtml

Determines whether the body of the Simple Mail Transfer Protocol (SMTP) notification is HTML.

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.(Inherited from NotificationAction.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyName

Gets or sets the name of the notification action.(Inherited from NotificationAction.)

System_CAPS_pubpropertyReplyTo

Gets or sets the information for the ReplyTo line of the Simple Mail Transfer Protocol (SMTP) notification.

System_CAPS_pubpropertySubject

Gets or sets the information for the subject of the Simple Mail Transfer Protocol (SMTP) notification.

System_CAPS_pubpropertySubjectEncoding

Gets or sets the encoding for the subject of the Simple Mail Transfer Protocol (SMTP) notification.

NameDescription
System_CAPS_pubmethodEquals(Object^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Inherited from NotificationAction.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

Updates the notification action.(Inherited from NotificationAction.)

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: