Table of Contents

Method ReadFolder

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

ReadFolder(MailFolderIdentity)

Reads how one folder's most recent turn through a run ended.

public MailFolderRunReport? ReadFolder(MailFolderIdentity folder)

Parameters

folder MailFolderIdentity

The account and alias to read.

Returns

MailFolderRunReport

The report, or null when no run of this process has taken a turn for that folder.

Exceptions

ArgumentNullException

Thrown when folder is null.