Click or drag to resize

RelayRoutingRule Constructor

Initializes a new instance of the RelayRoutingRule

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