Table of Contents

Method Excludes

Namespace
MailFathom.Domain.Contacts.Collection
Assembly
MailFathom.Domain.dll

Excludes(EmailAddress)

Answers whether this entry excludes one address from ever being collected.

public bool Excludes(EmailAddress address)

Parameters

address EmailAddress

The address collection is considering.

Returns

bool

true when the entry names that address.

Remarks

A pattern is matched by the platform's own simple-expression matcher rather than by a regular expression built from operator text: it reads the two wildcards this entry documents and nothing else, so a pattern cannot become an expression whose cost the person who wrote it did not intend.