Table of Contents

Property MaxContentBytesPerRun

Namespace
MailFathom.Application.Synchronization
Assembly
MailFathom.Application.dll

MaxContentBytesPerRun

Gets or sets how many raw MIME bytes one folder run may fetch before it ends at its checkpoint.

public long MaxContentBytesPerRun { get; set; }

Property Value

long

Remarks

It bounds the volume a run ingests, which the batch settings above bound only in messages: a thousand occurrences of MaxRawMimeBytes each is a legal run under them and gigabytes of content in practice. A run that spends it commits what it stored, ends at the occurrence it reached, and the next run resumes there, so a mailbox full of large attachments fills storage gradually instead of in one pass. It must be at least MaxRawMimeBytes, or the first large message would end every run before it.