Enum MailboxNotificationOutcome
- Namespace
- MailFathom.Application.Synchronization.Sessions
- Assembly
- MailFathom.Application.dll
States why a wait for a folder change ended.
public enum MailboxNotificationOutcome
Fields
FolderChanged = 0The mail server reported a change, so a synchronization pass should run now.
WaitElapsed = 1Nothing was reported within the supplied wait, so the session is ready to be renewed.