Server Properties |
The Server type exposes the following members.
| Name | Description | |
|---|---|---|
| DestinationSmtps |
A Dictionary containing the Smtp Configuration based on a Key name
| |
| Folders |
A structure representing the queue folders
| |
| IsPaused |
Defines whether the routing process is Paused or Running
| |
| Listener |
Reference to the Listener used by the Server
| |
| MessageLifespan |
The TimeSpan a message is stil considered valid. By default, a message lasts 15 minutes after its creation time
| |
| MessagePurgeLifespan |
The TimeSpan a message remains on queues. By default a message remains there for 90 days before being purged.
| |
| Ports |
Ports where the SMTP Service will be available
| |
| QueueName |
The name of the queue
| |
| QueuePath |
The root directory where the queues will be located
| |
| RequiresAuthentication |
Defines whether the SMTP Requires authentication
| |
| Router |
Reference to the Router used by the Server
| |
| RoutingRules |
List of Rules to be applied when routing messages
| |
| ServerName |
Name of the Server where the services will run
| |
| UseSSL |
Defines whether it's necessary to use SSL or not
|