Table of Contents

Field MaximumPageSize

Namespace
MailFathom.Application.Jobs.DeadLetters
Assembly
MailFathom.Application.dll

The greatest page size one request may ask for.

public const int MaximumPageSize = 200

Returns

int
The greatest page size one request may ask for.

Remarks

Every field of a record is itself bounded — a type name, a key of at most MaximumLength characters, a reason of at most MaximumReasonLength — so this figure bounds what the answer weighs as well as how many rows it names.