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 = 2Several advertised folders carry the configured role, so which one the alias names is the operator's to state.
NoAdvertisedFolderMatched = 1No advertised folder matched the configured path or role, so this one alias cannot be synchronized.
Resolved = 0The alias names a remote folder the server advertises.