Enum EmailChunkSourceForm
- Namespace
- MailFathom.Application.Emails.Chunking
- Assembly
- MailFathom.Application.dll
Names which of the two readings of a message body chunks are cut from.
public enum EmailChunkSourceForm
Fields
OriginalText = 1The form as extracted, including the quoted history trimming removed.
TrimmedText = 0The form quoted history and signatures were removed from, which is what a reader of the message means.
Remarks
Extraction keeps both: the text a body carried and the text that remained after quoted history and signatures were removed. Which one chunking derives from is a boundary rule rather than an implementation detail, because it decides what a retrieved passage will turn out to be — a paragraph somebody wrote, or the same paragraph inside a thread's worth of repeated history.