Table of Contents

Property EmailContentReadSelectionInvalid

Namespace
MailFathom.Domain.Failures
Assembly
MailFathom.Domain.dll

EmailContentReadSelectionInvalid

Gets subcategory 1, request validation: a content read named both the emails and the thread to read, or neither.

public static MailFathomErrorCode EmailContentReadSelectionInvalid { get; }

Property Value

MailFathomErrorCode

Remarks

The two are alternatives rather than filters that compose, so both together is refused instead of resolved by precedence: either reading returns mail the caller never asked for and leaves it no way to tell. Neither is the same finding from the other side and takes the same code, because a read that names nothing to read is a request the caller has to fix rather than a mailbox that turned out to be empty.