Enum OutboxQueryOutcome
- Namespace
- MailFathom.Application.Mail.Delivery.Operations
- Assembly
- MailFathom.Application.dll
States whether a request named a page of an outbox, and what stopped it when it did not.
public enum OutboxQueryOutcome
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 reading serves.
StageUnknown = 2The stage filter names no stage a send can stand at.