Field MaxLength
- Namespace
- MailFathom.Domain.Emails
- Assembly
- MailFathom.Domain.dll
The greatest number of characters a normalized file name keeps.
public const int MaxLength = 200
Returns
- int
- The greatest number of characters a normalized file name keeps.
Remarks
The bound is about what a name may cost to store, index, and render rather than about any filesystem: nothing here writes a file. It is generous enough that no name a person chose is truncated.