Table of Contents

Method Names

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

Names(EmailAddress)

Answers whether the address names something other than a person to correspond with.

public static bool Names(EmailAddress address)

Parameters

address EmailAddress

The address to judge.

Returns

bool

true when the address is a role, a machine, or a list's administration.

Remarks

An address whose local part cannot be read — which is an address with nothing before its at-sign, and therefore one no mailbox is reached at — is treated as automated, because the alternative is recording a person the book could never address.