 | MailFromRegexMatchRoutingRule Constructor (Int32, String, String) |
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic MailFromRegexMatchRoutingRule(
int executionSequence,
string regexExpression,
string smtpConfigurationKey
)
Public Sub New (
executionSequence As Integer,
regexExpression As String,
smtpConfigurationKey As String
)
Dim executionSequence As Integer
Dim regexExpression As String
Dim smtpConfigurationKey As String
Dim instance As New MailFromRegexMatchRoutingRule(executionSequence,
regexExpression, smtpConfigurationKey)
public:
MailFromRegexMatchRoutingRule(
int executionSequence,
String^ regexExpression,
String^ smtpConfigurationKey
)
Parameters
- executionSequence
- Type: SystemInt32
The Priority of the Rule - regexExpression
- Type: SystemString
A Regular Expression to run - smtpConfigurationKey
- Type: SystemString
The key of the Smtp Server to use when this rule matches
See Also