Click or drag to resize

RelayRoutingRuleMatch Method

Validates the rule

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

Parameters

mimeMessage
Type: MimeMessage
The Message to be accepted

Return Value

Type: Boolean
This rule will always return true. Use it when implementing a SMTP Relay to accept all messages and just route them another SMTP.
See Also