[SerializableAttribute]
public abstract class IdtMessage| IdtMessage | Initializes a new instance of the IdtMessage class |
| ApplicationName | Gets or sets the application name associated with this message. |
| Body | Gets or sets the text of the message to send. |
| Destination | Gets or sets the message's destination. |
| Sent | Gets or sets the date and time this message was sent. |
| Severity | Gets or sets an indication of the severity of the message. |
| Source | Gets or sets the source of the message. |
| Subject | Gets or sets a subject line for the message. |
| UserName | Gets or sets the name of the user who created this IdtMessage. |
| 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.
(Overrides ObjectToString) |