Table of Contents

Method Holds

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

Holds(EmailAddress)

Answers whether this person uses the given address.

public bool Holds(EmailAddress address)

Parameters

address EmailAddress

The address to look for.

Returns

bool

true when the contact holds an address naming the same mailbox.