Click or drag to resize

SMTPRouter.Windows.Configuration Namespace

The SMTPRouter.Windows.Configuratoin namespace contains the types that allow the system to parse a Configuration File (such as App.Config or Web.Config) in a meaningful way.
Classes
  ClassDescription
Public classCode exampleConfigFileParser
A helper class to read a Configuration File and parse its sections into the proper collections
Public classNameValueSection
Represents a ConfigurationSection that contains a Name and Value
Public classRoutingRuleCollection
Represents a Collection of Smtp Connections to be used on App.Config files
Public classCode exampleRoutingRuleElement
Represents RoutingRule configuration to be used inside App.Config files
Public classCode exampleRoutingRulesSection
Represents a ConfigurationSection where multiple RoutingRules can be setup
Public classSmtpConnectionCollection
Represents a Collection of Smtp Connections to be used on App.Config files
Public classSmtpConnectionElement
Represents the Configuration Element for SMTP Connections, to be used on App.Config / Web.Config Files
Public classCode exampleSmtpConnectionsSection
Represents a ConfigurationSection where multiple SmtpConnections can be setup