Property StoppedForContentBudget
- Namespace
- MailFathom.Application.Synchronization
- Assembly
- MailFathom.Application.dll
StoppedForContentBudget
Whether the run ended because it had spent the bytes it was allowed to fetch, rather than because the folder held nothing more. It is reported beside the count of remaining emails rather than folded into it, because the two ask the operator for different things: more mail to discover is ordinary, and a run that keeps stopping for its budget is a budget to raise.
public bool StoppedForContentBudget { get; init; }