SmtpNotificationAction Class

Definition

An smtp notification action for notification subscriptions.

public ref class SmtpNotificationAction : Microsoft::EnterpriseManagement::Administration::NotificationAction
[System.Serializable]
public class SmtpNotificationAction : Microsoft.EnterpriseManagement.Administration.NotificationAction
type SmtpNotificationAction = class
    inherit NotificationAction
Public Class SmtpNotificationAction
Inherits NotificationAction
Inheritance
Attributes

Constructors

SmtpNotificationAction(String)

Creates a new SmtpNotificationAction.

Properties

Body

Body.

BodyEncoding

Body encoding.

Description

The description of the action.

(Inherited from NotificationAction)
DisplayName

The display name of the action.

(Inherited from NotificationAction)
Endpoint

The endpoint.

From

From.

Headers

The headers.

IsBodyHtml

Is the body HTML

ManagementGroup

The ManagementGroup the object was instantiated in.

(Inherited from NotificationAction)
Name

The name of the action.

(Inherited from NotificationAction)
ReplyTo

Reply to.

Subject

Subject.

SubjectEncoding

Subject encoding.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

(Inherited from NotificationAction)
Update()

Updates the notification action.

(Inherited from NotificationAction)

Applies to