SmtpNotificationAction Class
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)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
Microsoft.EnterpriseManagement.Administration.NotificationAction
Microsoft.EnterpriseManagement.Administration.SmtpNotificationAction
Syntax
[SerializableAttribute]
public class SmtpNotificationAction : NotificationAction
[SerializableAttribute]
public ref class SmtpNotificationAction : NotificationAction
[<SerializableAttribute>]
type SmtpNotificationAction =
class
inherit NotificationAction
end
<SerializableAttribute>
Public Class SmtpNotificationAction
Inherits NotificationAction
Constructors
Name | Description | |
---|---|---|
SmtpNotificationAction(String) | Initializes a new SmtpNotificationAction object. |
Properties
Name | Description | |
---|---|---|
Body | Gets or sets the body of the Simple Mail Transfer Protocol (SMTP) notification action. |
|
BodyEncoding | Gets or sets the body encoding for the Simple Mail Transfer Protocol (SMTP) notification action. |
|
Description | Gets or sets the description of the notification action.(Inherited from NotificationAction.) |
|
DisplayName | Gets or sets the display name of the notification action.(Inherited from NotificationAction.) |
|
Endpoint | Gets or sets the endpoint for the Simple Mail Transfer Protocol (SMTP) notification action. |
|
From | Gets or sets the information for the From line of the Simple Mail Transfer Protocol (SMTP) notification. |
|
Headers | Gets the information for the header of the Simple Mail Transfer Protocol (SMTP) notification. |
|
Id | (Inherited from CreatableMonitoringBaseWithId.) |
|
IsBodyHtml | Determines whether the body of the Simple Mail Transfer Protocol (SMTP) notification is HTML. |
|
ManagementGroup | The connection management group connection used by this object.(Inherited from NotificationAction.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
Name | Gets or sets the name of the notification action.(Inherited from NotificationAction.) |
|
ReplyTo | Gets or sets the information for the ReplyTo line of the Simple Mail Transfer Protocol (SMTP) notification. |
|
Subject | Gets or sets the information for the subject of the Simple Mail Transfer Protocol (SMTP) notification. |
|
SubjectEncoding | Gets or sets the encoding for the subject of the Simple Mail Transfer Protocol (SMTP) notification. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from CreatableMonitoringBaseWithId.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from CreatableMonitoringBaseWithId.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Inherited from NotificationAction.) |
|
ToString() | (Inherited from MonitoringBase.) |
|
Update() | Updates the notification action.(Inherited from NotificationAction.) |
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