Table of Contents

Method Matches

Namespace
MailFathom.Domain.Delivery.Governance
Assembly
MailFathom.Domain.dll

Matches(EmailAddress)

Answers whether this entry names one recipient of an outgoing message.

public bool Matches(EmailAddress recipient)

Parameters

recipient EmailAddress

The address the message would be offered to.

Returns

bool

true when the entry names that address.

Remarks

An address whose halves cannot be read matches nothing, which is the answer that keeps the denied list from being escaped by an address this system could not split and keeps the allowed list from admitting one.