Property EmailContentReadDuplicateEmail
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
EmailContentReadDuplicateEmail
Gets subcategory 1, request validation: a content read named the same email more than once.
public static MailFathomErrorCode EmailContentReadDuplicateEmail { get; }
Property Value
Remarks
Serving it twice would spend the read's character budget on content the caller already has, and silently collapsing it would return fewer entries than were named, which a caller reading results positionally cannot detect. Refusing says which of the two the caller meant is theirs to decide.