Table of Contents

Method Assess

Namespace
MailFathom.Domain.Emails.Authorship
Assembly
MailFathom.Domain.dll

Assess(string?, string?)

Reads a message's text and judges how much of it reads as machine written.

public MachineAuthorshipAssessment Assess(string? deliveredText, string? writtenText)

Parameters

deliveredText string

The body as it was delivered, or null when the message yielded none.

writtenText string

The body with quoted history and signatures removed, or null when the message yielded none.

Returns

MachineAuthorshipAssessment

The assessment, which is NotAssessed where this profile reads nothing or where the message carried no text to read.

Remarks

A message with no text is not assessed rather than assessed as unlikely, because there is nothing to have read. The two are different statements and stay apart: the second says a reading ran and found nothing, which is a fact about a message that had words.