[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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.

The following tables list the members exposed by the SmtpNotificationMessage type.

Public Constructors

  Name Description
SmtpNotificationMessage Initializes a new instance of the SmtpNotificationMessage class.
Top

Public Properties

  Name Description
public property Content  Gets or sets the text that is appended to a notification that is sent when Service Manager responds to an event or alert. (inherited from NotificationMessage)
public property Encoding  Gets or sets the character encoding used to encode the text in the notification message. (inherited from NotificationMessage)
public property IsBodyHtml Gets or sets a value that indicates whether the body of the message is HTML.
public property 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.
public property Priority Defines the priority of the mail message.
public property Protocol  Gets or sets the protocol used to send the notification message. (inherited from NotificationMessage)
public property Subject Defines the subject of the mail message.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  (inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top

See Also


Send comments about this topic to Microsoft.