Click or drag to resize

SMTPRouter.Models Namespace

The SMTPRouter.Models namespace contains the types that represent the data used by the SMTPRouter classes. All models are compatible with Mvvm implementations.
Classes
  ClassDescription
Public classMailFromDomainRoutingRule
Represents a RoutingRule that will verify if the Mail From belongs to a specific domain
Public classMailFromRegexMatchRoutingRule
Represents a RoutingRule that will apply a Regular Expression against the Mail From of the message
Public classRelayRoutingRule
A RoutingRule that always return true when matching. This is useful when implementing a SMTP Relay because there is no special rule needed, all messages should be accepted then.
Public classRoutingMessage
A class representing a MimeMessage to be routed
Public classRoutingRule
Represent the base class for Routing Rules
Public classSmtpConfiguration
Represents an SMTP Connection Configuration