Click or drag to resize

Server Properties

The Server type exposes the following members.

Properties
  NameDescription
Public propertyDestinationSmtps
A Dictionary containing the Smtp Configuration based on a Key name
Public propertyFolders
A structure representing the queue folders
Public propertyIsPaused
Defines whether the routing process is Paused or Running
Public propertyListener
Reference to the Listener used by the Server
Public propertyMessageLifespan
The TimeSpan a message is stil considered valid. By default, a message lasts 15 minutes after its creation time
Public propertyMessagePurgeLifespan
The TimeSpan a message remains on queues. By default a message remains there for 90 days before being purged.
Public propertyPorts
Ports where the SMTP Service will be available
Public propertyQueueName
The name of the queue
Public propertyQueuePath
The root directory where the queues will be located
Public propertyRequiresAuthentication
Defines whether the SMTP Requires authentication
Public propertyRouter
Reference to the Router used by the Server
Public propertyRoutingRules
List of Rules to be applied when routing messages
Public propertyServerName
Name of the Server where the services will run
Public propertyUseSSL
Defines whether it's necessary to use SSL or not
Top
See Also