Table of Contents

Method ReadAccount

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

ReadAccount(MailAccountId)

Reads where one account's synchronization stands.

public MailAccountRunState ReadAccount(MailAccountId accountId)

Parameters

accountId MailAccountId

The account to read.

Returns

MailAccountRunState

The state, or NotStarted for an account no run of this process has reached.

Remarks

An account nothing has recorded reads as not started rather than as an absence, so no caller has to decide what a missing entry means — an account configured while the process was already running is exactly that case.