Table of Contents

Constructor StoredEmailExtractionBackfillResult

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

StoredEmailExtractionBackfillResult(int, int, int, bool)

Summarizes one bounded run of the extraction backfill.

public StoredEmailExtractionBackfillResult(int ExtractedEmailCount, int UnreadableEmailCount, int MissingContentEmailCount, bool EmailsRemain)

Parameters

ExtractedEmailCount int

How many stored emails were re-read and had their metadata and text written.

UnreadableEmailCount int

How many stored emails carried MIME no reader could parse, which the run stepped over.

MissingContentEmailCount int

How many stored emails no longer had raw MIME to re-read.

EmailsRemain bool

Whether emails still await extraction after this run's batch budget was spent.

Remarks

Every field is a count. Nothing derived from a message — no subject, address, or fragment of body text — belongs in a result a worker logs.