Field MaximumAssembledEmails
- Namespace
- MailFathom.Application.Emails.Threads
- Assembly
- MailFathom.Application.dll
The greatest number of emails one read assembles out of a conversation.
public const int MaximumAssembledEmails = 500
Returns
- int
- The greatest number of emails one read assembles out of a conversation.
Remarks
The bound on the query rather than on what a tool publishes, and the two are different numbers on purpose. This one exists because nothing about a mailing list bounds how long one exchange runs, and a read that walked a thread of ten thousand would spend a protocol call's memory on messages nobody is going to be shown.
It is applied on the identity, so a conversation longer than this is cut at the same place on every read rather than at whichever rows the database happened to return.