Method Create
- Namespace
- MailFathom.Application.Emails.Mailboxes
- Assembly
- MailFathom.Application.dll
Create(int)
Creates a page size from what a request asked for.
public static MailboxQueryPageSize Create(int value)
Parameters
valueintThe requested page size.
Returns
- MailboxQueryPageSize
The validated page size.
Exceptions
- MailboxQueryPageSizeOutOfRangeException
Thrown when
valueis below one or above MaximumValue.