Property MaxReconciledEmailsPerRun
- Namespace
- MailFathom.Application.Synchronization
- Assembly
- MailFathom.Application.dll
MaxReconciledEmailsPerRun
Gets or sets how many already-stored emails one run re-checks against the server.
public int MaxReconciledEmailsPerRun { get; set; }
Property Value
Remarks
It bounds the backward pass the way MaxMetadataBatchSize bounds the forward one. A folder holding more than this reconciles the rest on later runs, because the window is ordered by how long ago each email was last observed and every observation moves an email to the back of that queue.