Property PageSize
- Namespace
- MailFathom.Application.Emails.ListEmails
- Assembly
- MailFathom.Application.dll
PageSize
Gets how many emails one page returns, or null to take the default.
public int? PageSize { get; init; }
Property Value
- int?
Remarks
An absent page size takes DefaultValue; a named one outside the accepted range is refused rather than clamped.