Table of Contents

Property Automation

Namespace
MailFathom.Application.Emails.Extraction
Assembly
MailFathom.Application.dll

Automation

Gets what the message said about having been sent by a machine rather than written to one person.

public EmailAutomation Automation { get; init; }

Property Value

EmailAutomation

Remarks

Read out of the message like every other member here, and deliberately not stored: it is a claim the sender made about one delivery, and the only thing that reads it — collection into the contact book — runs inside the pass that parsed the message. A column for it would be a column nothing queries, and a re-derivation that had to answer for it would be re-reading the same headers this reading already has in hand.