MailFromDomainRoutingRule Class |
Namespace: SMTPRouter.Models
The MailFromDomainRoutingRule type exposes the following members.
| Name | Description | |
|---|---|---|
| MailFromDomainRoutingRule |
Initializes a new instance of a MailFromDomainRoutingRule | |
| MailFromDomainRoutingRule(Int32, String, String) |
Initializes a new instance of a MailFromDomainRoutingRule |
| Name | Description | |
|---|---|---|
| Domain |
The domain to compare against
| |
| ExecutionSequence |
The Priority of the Rule. The lower the number is, the higher the priority is.
(Inherited from RoutingRule.) | |
| SmtpConfigurationKey |
The Smtp Configuration Key
(Inherited from RoutingRule.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Match |
Checks if the email sender belongs to the Domain (Overrides RoutingRuleMatch(MimeMessage).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from ObservableObjectBase.) |