Table of Contents

Field MaximumCharactersPerWord

Namespace
MailFathom.Application.Emails.Search
Assembly
MailFathom.Application.dll

The most characters one word is allowed to contribute before an extract is cut short.

public const int MaximumCharactersPerWord = 64

Returns

int
The most characters one word is allowed to contribute before an extract is cut short.

Remarks

Longer than any word in prose. A run of non-whitespace longer than this is a URL, a base64 blob, or a hash, and a word count cannot tell the difference — which is why a bound expressed only in words is not a bound on how much of a message an extract can carry.