Enum MailboxSynchronizationOutcome
- Namespace
- MailFathom.Application.Synchronization
- Assembly
- MailFathom.Application.dll
States whether a synchronization run reached its folder at all.
public enum MailboxSynchronizationOutcome
Fields
FolderAliasAmbiguous = 2Several advertised folders matched the alias, so this folder was not synchronized until the operator says which one it means.
FolderAliasUnresolved = 1The server advertised no folder matching the alias, so this folder was not synchronized.
Synchronized = 0The run synchronized the folder the alias is bound to.