Property RemoteFolderCreationRefused
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
RemoteFolderCreationRefused
Gets subcategory 6, folder creation: a mail server refused to create the folder a mapping asked for.
public static MailFathomErrorCode RemoteFolderCreationRefused { get; }
Property Value
Remarks
It is a subcategory of its own rather than one more mutation failure, because creating a folder is not one of the four mutations at all: it changes the shape of a mailbox rather than a message in one, and it is reached through a port no path that moves mail can obtain. Keeping it apart is also what makes it readable beside MailboxMutationDestinationMissing, which is the code an alias that resolves to nothing produces — a quota, a namespace that forbids the name, or a name the server will not accept says something different from a folder nobody has.