Click or drag to resize

RoutingRuleMatch Method

Validates the Rule

Namespace:  SMTPRouter.Models
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public abstract bool Match(
	MimeMessage mimeMessage
)

Parameters

mimeMessage
Type: MimeMessage
Reference to the MimeMessage

Return Value

Type: Boolean
A Boolean to define whether the rule matches
See Also