Property EmailContentReadCountOutOfRange
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
EmailContentReadCountOutOfRange
Gets subcategory 1, request validation: a content read named no emails, or more emails than one call serves.
public static MailFathomErrorCode EmailContentReadCountOutOfRange { get; }
Property Value
Remarks
One code covers both ends of the range, as MailboxQueryPageSizeOutOfRange does for a page size: a call naming nothing and a call naming too much are the same finding about the count the caller chose, and neither is served by a truncated answer that would hide which emails were dropped.