Property MaxBodyCharacters
- Namespace
- MailFathom.Application.EmailContent
- Assembly
- MailFathom.Application.dll
MaxBodyCharacters
Gets or sets the greatest number of characters one body representation returns.
public int MaxBodyCharacters { get; set; }
Property Value
Remarks
It applies to each representation separately: a message can exceed it in its HTML and not in its plain text, and bounding them together would make one representation's length decide what the other returned.