Table of Contents

Enum MailFolderResolutionOutcome

Namespace
MailFathom.Application.Folders
Assembly
MailFathom.Application.dll

States what happened when an alias was resolved against the folders a server advertises.

public enum MailFolderResolutionOutcome

Fields

AdvertisedFoldersAreAmbiguous = 2

Several advertised folders carry the configured role, so which one the alias names is the operator's to state.

NoAdvertisedFolderMatched = 1

No advertised folder matched the configured path or role, so this one alias cannot be synchronized.

Resolved = 0

The alias names a remote folder the server advertises.