Constructor MailAccountSynchronizationStatus
- Assembly
- MailFathom.Application.dll
MailAccountSynchronizationStatus(MailAccountId, MailAccountRunState, IReadOnlyList<MailFolderSynchronizationStatus>)
Where one account's synchronization stands, and what each of its folders last did.
public MailAccountSynchronizationStatus(MailAccountId AccountId, MailAccountRunState Run, IReadOnlyList<MailFolderSynchronizationStatus> Folders)
Parameters
AccountIdMailAccountIdThe account, as configuration names it.
RunMailAccountRunStateWhat the account's supervisor is doing and how its last run ended.
FoldersIReadOnlyList<MailFolderSynchronizationStatus>One entry per folder the account maps, ordered ordinally by alias.