ConfigFileParser Properties |
The ConfigFileParser type exposes the following members.
| Name | Description | |
|---|---|---|
| Config |
The Configuration element
| |
| MessageLifespan |
The time a message is considered valid to retry. By default it is 15 minutes.
| |
| MessagePurgeLifespan |
The time a message is considered not purgeable. By default it is 90 days.
| |
| QueuePath |
A string to store the queue path
| |
| RoutingRules |
A ListT of RoutingRule containing all the rules used to route messages
| |
| SmtpConnections |
A DictionaryTKey, TValue containing the Smtp Connections keyed by the Smtp Configuration Key defined on the Key property
| |
| SmtpHost |
A SmtpConfiguration representing the Server SMTP Configuration
|