Method ReadAccount
- Assembly
- MailFathom.Application.dll
ReadAccount(MailAccountId)
Reads where one account's synchronization stands.
public MailAccountRunState ReadAccount(MailAccountId accountId)
Parameters
accountIdMailAccountIdThe 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.