Table of Contents

Constructor MailAccountSynchronizationStatus

Namespace
MailFathom.Application.Synchronization.Administration
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

AccountId MailAccountId

The account, as configuration names it.

Run MailAccountRunState

What the account's supervisor is doing and how its last run ended.

Folders IReadOnlyList<MailFolderSynchronizationStatus>

One entry per folder the account maps, ordered ordinally by alias.