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
recipientEmailAddressThe address the message would be offered to.
Returns
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.