Table of Contents

Constructor StoredMailAwaitingRederivation

Namespace
MailFathom.Application.Mail.Maintenance
Assembly
MailFathom.Application.dll

StoredMailAwaitingRederivation(StoredEmailId, EmailOccurrenceId)

Names one locally stored email whose raw MIME the re-derivation pass is about to read again.

public StoredMailAwaitingRederivation(StoredEmailId StoredEmailId, EmailOccurrenceId OccurrenceId)

Parameters

StoredEmailId StoredEmailId

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

OccurrenceId EmailOccurrenceId

The remote occurrence identity the re-read metadata is recorded under.

Remarks

It is a separate record from the one the extraction backfill walks, because the two describe opposite states of the same row: that backfill reaches a message whose MIME has never been read, and this pass reaches one whose MIME was read by a release that recorded fewer properties than this one does.