Method Create
- Namespace
- MailFathom.Application.Emails.Search
- Assembly
- MailFathom.Application.dll
Create(int)
Creates a limit from what a request asked for.
public static EmailSearchResultLimit Create(int value)
Parameters
valueintThe requested number of results.
Returns
- EmailSearchResultLimit
The validated limit.
Exceptions
- EmailSearchResultLimitOutOfRangeException
Thrown when
valueis below one or above MaximumValue.