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