Property MaxCharactersPerRead
- Namespace
- MailFathom.Application.EmailContent
- Assembly
- MailFathom.Application.dll
MaxCharactersPerRead
Gets or sets the greatest number of body characters one call returns across every email it names.
public int MaxCharactersPerRead { get; set; }
Property Value
Remarks
It is consumed in the order the emails were named, so a call whose first emails are large returns less of the later ones and says so on each representation it had to cut. Nothing a request carries can raise it: it is the deployment's control over how much mail one protocol call can draw out of a mailbox.
The default is twice MaxBodyCharacters, and the host refuses a configuration below that. A single email asking for both representations may return the per-representation bound twice, so a smaller budget would cut a one-email call by a limit that exists for calls naming several.