Property MailboxMutationUnsupported
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
MailboxMutationUnsupported
Gets subcategory 5, mutation support: a mail server advertises no extension able to carry a requested change safely.
public static MailFathomErrorCode MailboxMutationUnsupported { get; }
Property Value
Remarks
It is a subcategory of its own rather than one more availability failure, because the two say opposite things about repeating the work. An unavailable mailbox is expected to serve the same operation on a later run; a server that advertises no way to remove one message without removing others will still advertise none tomorrow, so the operation is refused rather than deferred.