Table of Contents

Constructor StoredEmailAwaitingExtraction

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

StoredEmailAwaitingExtraction(StoredEmailId, EmailOccurrenceId)

Names one locally stored email whose raw MIME has never been read for metadata and text.

public StoredEmailAwaitingExtraction(StoredEmailId StoredEmailId, EmailOccurrenceId OccurrenceId)

Parameters

StoredEmailId StoredEmailId

The stable local identity, which is also the backfill's resume position.

OccurrenceId EmailOccurrenceId

The remote occurrence identity the extracted metadata is recorded under.

Remarks

The occurrence identity travels with the row because extraction is expressed in terms of the message a deployment fetched, not of the row it landed in: the same record shape then describes a message synchronization just read and one the backfill re-reads years later.