RoutingMessage Class |
Namespace: SMTPRouter.Models
The RoutingMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| RoutingMessage |
Initializes a new instance of a Routing Message
|
| Name | Description | |
|---|---|---|
| AttemptCount |
The number of attempts to send the message
| |
| CreationDateTime |
The DateTime stamp when the message was first created
| |
| ID |
The Message Unique Identifier
| |
| Label |
A string containing the Label of the message. Used on the MSQM system
| |
| Message |
A Readonly property that converts the RawMessage into a valid MimeMessage.
| |
| RawMessage |
A String containing the RoutingMessage |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from ObservableObjectBase.) |