Table of Contents

Property MachineAuthorship

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

MachineAuthorship

Gets how much this message's own text reads as machine written.

public MachineAuthorshipAssessment MachineAuthorship { get; init; }

Property Value

MachineAuthorshipAssessment

Remarks

Not a parameter of the reading, for the reason SenderTrust is not: the parsing adapter produces the text and MachineAuthorshipEvaluatingEmailMimeReader judges it afterwards, against a weighting this deployment owns. Its default is therefore the state of a message nothing assessed, which is what a deployment that assesses no authorship stores and what a message with no readable body carries.