SmtpNotificationMessage Class

Definition

Represents a notification message that is sent using the Simple Mail Transfer Protocol (SMTP). The message contains user-supplied text that is appended to a notification that is sent when Service Manager responds to an event or alert.

public ref class SmtpNotificationMessage : Microsoft::EnterpriseManagement::NotificationMessage
public class SmtpNotificationMessage : Microsoft.EnterpriseManagement.NotificationMessage
type SmtpNotificationMessage = class
    inherit NotificationMessage
Public Class SmtpNotificationMessage
Inherits NotificationMessage
Inheritance
SmtpNotificationMessage

Constructors

SmtpNotificationMessage()

Initializes a new instance of the SmtpNotificationMessage class.

Properties

Content

Gets or sets the text that is appended to a notification.

(Inherited from NotificationMessage)
Encoding

Gets or sets the character encoding used to encode the text in the notification message.

(Inherited from NotificationMessage)
IsBodyHtml

Gets or sets a value that indicates whether the body of the message is HTML.

IsMulticast

Gets or sets a value that indicates whether the message is delivered using the multicast method. Multicast is a term that describes a content delivery method in which a single stream is transmitted from a server to multiple clients. The clients have no connection with the server. Instead, the server sends a single copy of the stream across the network to multicast-enabled routers, which replicate the data.

Priority

Defines the priority of the mail message.

Protocol

Gets or sets the protocol used to send the notification message.

(Inherited from NotificationMessage)
Subject

Defines the subject of the mail message.

Applies to