Table of Contents

Class MailAccountSynchronizationStatus

Namespace
MailFathom.Application.Synchronization.Administration
Assembly
MailFathom.Application.dll

Where one account's synchronization stands, and what each of its folders last did.

public sealed record MailAccountSynchronizationStatus : IEquatable<MailAccountSynchronizationStatus>
Inheritance
MailAccountSynchronizationStatus
Implements
Inherited Members

Constructors

MailAccountSynchronizationStatus(MailAccountId, MailAccountRunState, IReadOnlyList<MailFolderSynchronizationStatus>)

Where one account's synchronization stands, and what each of its folders last did.

Properties

AccountId

The account, as configuration names it.

Folders

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

Run

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