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