Table of Contents

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 = 2

Several advertised folders matched the alias, so this folder was not synchronized until the operator says which one it means.

FolderAliasUnresolved = 1

The server advertised no folder matching the alias, so this folder was not synchronized.

Synchronized = 0

The run synchronized the folder the alias is bound to.