Click or drag to resize

MailFromRegexMatchRoutingRule Constructor (Int32, String, String)

Initializes a new instance of a MailFromRegexMatchRoutingRule

Namespace:  SMTPRouter.Models
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
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