Table of Contents

Property RederiveStoredMail

Namespace
MailFathom.Application.Jobs
Assembly
MailFathom.Application.dll

RederiveStoredMail

Gets the type whose work is carrying one segment of a re-derivation of a scope's stored mail.

public static JobType RederiveStoredMail { get; }

Property Value

JobType

Remarks

Its payload contract is StoredMailScopeJobPayload, which names the account and the one folder of it and nothing inside any message. The work is long: an attempt runs bounded passes over local bytes for as long as it is given, and hands whatever it did not reach to a job of its own rather than to the operator's terminal.