Table of Contents

Property BatchSize

Namespace
MailFathom.Application.Emails.Extraction
Assembly
MailFathom.Application.dll

BatchSize

Gets or sets how many stored emails one batch re-reads before committing.

public int BatchSize { get; set; }

Property Value

int

Remarks

Each email in a batch has its raw MIME read back and parsed, so the batch size is what bounds the memory one commit's worth of work can hold as well as how much progress an interrupted run loses.