Table of Contents

Method Admits

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

Admits(EmailAutomation)

Answers whether a message carrying this claim about itself contributes any address at all.

public bool Admits(EmailAutomation automation)

Parameters

automation EmailAutomation

What the message said about having been sent by a machine.

Returns

bool

true when the message is one a person wrote to a person.

Remarks

Every claim refuses the whole message rather than one of its addresses, because what a list posting or an automatic reply establishes is not that one mailbox is a machine but that this message is not correspondence. A list posting in particular carries the author's own real address, which is exactly the address a rule about mailbox names could never catch.

Admits(EmailAddress)

Answers whether one address may be recorded as somebody the owner corresponds with.

public bool Admits(EmailAddress address)

Parameters

address EmailAddress

The address a message carried.

Returns

bool

true when nothing refuses it.