Table of Contents

Property ReconciledThroughModSeq

Namespace
MailFathom.Domain.Synchronization
Assembly
MailFathom.Domain.dll

ReconciledThroughModSeq

Gets the folder modification sequence the backward pass has reconciled the whole folder through.

public ulong? ReconciledThroughModSeq { get; init; }

Property Value

ulong?

Remarks

It is absent for a folder whose server does not report modification sequences, and absent until a backward pass has covered every occurrence the folder holds in one run. Recording it after a partial pass would claim that everything older than that sequence is already accounted for, and the occurrences the pass never reached would then never be asked about again.

It belongs to the same UIDVALIDITY scope as the rest of the checkpoint. A renumbered folder is a different UID space, so the sequence recorded under the previous one describes messages the current one says nothing about and is dropped with the rest of the progress rather than carried across.