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
StoredEmailIdStoredEmailIdThe stable local identity, which is also the backfill's resume position.
OccurrenceIdEmailOccurrenceIdThe 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.