Table of Contents

Property MailboxMutationDestinationMissing

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

MailboxMutationDestinationMissing

Gets subcategory 5, mutation support: the folder a relocation or a copy names as its destination does not exist on the server.

public static MailFathomErrorCode MailboxMutationDestinationMissing { get; }

Property Value

MailFathomErrorCode

Remarks

It sits beside MailboxMutationUnsupported rather than among the availability failures for the same reason that one does: a folder the server does not have is not a round trip that went badly, and asking again every interval would spend a login apiece to be told the same thing. The remedy is an operator's — recreate the folder, or correct whatever asked for that path — so the mutation is given up on visibly at the first refusal instead of after its attempt bound.