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
automationEmailAutomationWhat the message said about having been sent by a machine.
Returns
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
addressEmailAddressThe address a message carried.