Click or drag to resize

MailFromDomainRoutingRuleMatch Method

Checks if the email sender belongs to the Domain

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 Check

Return Value

Type: Boolean
A Boolean to inform whether the rule matches or not
See Also