[SerializableAttribute]
public class WebMessage : IdtMessage, IDetailedMessage,
IHasHtmlBody| WebMessage | Creates a new instance of WebMessage. |
| WebMessage(String, String, String, WebMessageType) | Creates a new instance of WebMessage with a specific source, subject, and body, for a specific application. |
| ApplicationName |
Gets or sets the application name associated with this
message.
(Inherited from IdtMessage) |
| Body |
Gets or sets the text of the message to send.
(Inherited from IdtMessage) |
| Destination |
Gets or sets the message's destination.
(Inherited from IdtMessage) |
| Details | Gets the list of details (key-and-value pairs) that add information about this Data message. |
| HtmlBody | Gets the message body as HTML |
| MessageType | Gets or sets an indication of the type of message. |
| Sent |
Gets or sets the date and time this message was sent.
(Inherited from IdtMessage) |
| Severity |
Gets or sets an indication of the severity of the message.
(Inherited from IdtMessage) |
| Source |
Gets or sets the source of the message.
(Inherited from IdtMessage) |
| Subject |
Gets or sets a subject line for the message.
(Inherited from IdtMessage) |
| TableStyle | Gets or sets the style for the message properties table in HTML |
| UserName |
Gets or sets the name of the user who created this IdtMessage.
(Inherited from IdtMessage) |
| AddDetail(MessageDetail) | Adds a MessageDetail item to the list of details in the message. |
| AddDetail(String, String) | Adds a name-value detail item to the list of details in the message. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString |
Gets a String representation of this Object.
(Inherited from IdtMessage) |