Property ResultLimit
- Namespace
- MailFathom.Application.Emails.SearchEmails
- Assembly
- MailFathom.Application.dll
ResultLimit
Gets how many ranked results to return, or null to take the default.
public int? ResultLimit { get; init; }
Property Value
- int?
Remarks
An absent count takes DefaultValue; a named one outside the accepted range is refused rather than clamped.