MailFromRegexMatchRoutingRule Class |
Namespace: SMTPRouter.Models
The MailFromRegexMatchRoutingRule type exposes the following members.
| Name | Description | |
|---|---|---|
| MailFromRegexMatchRoutingRule |
Initializes a new instance of a MailFromRegexMatchRoutingRule | |
| MailFromRegexMatchRoutingRule(Int32, String, String) |
Initializes a new instance of a MailFromRegexMatchRoutingRule |
| Name | Description | |
|---|---|---|
| ExecutionSequence |
The Priority of the Rule. The lower the number is, the higher the priority is.
(Inherited from RoutingRule.) | |
| RegexExpression |
The Regular Expression to run
| |
| 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 Regular Expression defined on RegexExpression is valid. The comparison happens against the mail from.
(Overrides RoutingRuleMatch(MimeMessage).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from ObservableObjectBase.) |