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
addressEmailAddressThe address to judge.
Returns
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.