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. |
Public
Properties
| Name | Description | |
|---|---|---|
|
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) |
|
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. |
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
|
Equals | Overloaded. (inherited from Object) |
|
GetHashCode | (inherited from Object) |
|
GetType | (inherited from Object) |
![]()
|
ReferenceEquals | (inherited from Object) |
|
ToString | (inherited from Object) |
Protected
Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |
See Also
Send comments about this topic to Microsoft.

