Table of Contents

Enum SpamClassificationHistoryQueryOutcome

Namespace
MailFathom.Application.Spam.History
Assembly
MailFathom.Application.dll

States whether a request named a page of an account's classifications, and what stopped it when it did not.

public enum SpamClassificationHistoryQueryOutcome

Fields

Accepted = 0

The request names a page, and the query is present.

CursorFilterMismatch = 3

The continuation cursor was issued for a different set of filters than the request carries.

PageSizeOutOfRange = 1

The page size asked for lies outside the range the reading serves.

TimeRangeEmpty = 2

The time range ends at or before it begins, so it names no classifications.

VerdictUnknown = 4

The verdict filter names no verdict this system reaches.