Table of Contents

Property MinimumCharacterCount

Namespace
MailFathom.Application.Emails.Chunking
Assembly
MailFathom.Application.dll

MinimumCharacterCount

Gets the number of characters a chunk must reach before a separator inside the window may end it.

public int MinimumCharacterCount { get; }

Property Value

int

Remarks

Without it, a blank line early in a long paragraph would end a chunk after a handful of words, and the message would be cut into fragments too small to retrieve on. A window that finds no qualifying separator is cut at its end instead, so the bound shortens no chunk — it only refuses a break that would.