Table of Contents

Enum MailAnsweringBudgetScope

Namespace
MailFathom.Application.Retrieval.AskMail
Assembly
MailFathom.Application.dll

Which of the two spend ceilings a refused question reached.

public enum MailAnsweringBudgetScope

Fields

Period = 1

The runs of the current period have between them reached what a period may spend.

Run = 0

One run reached what a single question may spend.

Remarks

They differ in what waiting buys. A period that is spent turns over, so the same question asked later is answered; a run that is spent was one question that grew past what one question may cost, and asking it again reaches the same ceiling by the same route. A caller that could not tell them apart would retry the one where retrying is futile.