Enum MailRuleExecutionQueryOutcome
- Namespace
- MailFathom.Application.Rules.History
- Assembly
- MailFathom.Application.dll
States whether a request named a page of the rule history, and what stopped it when it did not.
public enum MailRuleExecutionQueryOutcome
Fields
Accepted = 0The request names a page, and the query is present.
CursorFilterMismatch = 3The continuation cursor was issued for a different set of filters than the request carries.
PageSizeOutOfRange = 1The page size asked for lies outside the range the history serves.
RuleNameBlank = 4A rule filter was supplied and holds no name.
TimeRangeEmpty = 2The time range ends at or before it begins, so it names no executions.