Table of Contents

Method Unsynchronized

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

Unsynchronized(MailFolderRunOutcome, DateTimeOffset)

Reports a folder the run did not synchronize, whatever kept it from doing so.

public static MailFolderRunReport Unsynchronized(MailFolderRunOutcome outcome, DateTimeOffset endedAt)

Parameters

outcome MailFolderRunOutcome

Which of the unsynchronized outcomes ended the folder's turn.

endedAt DateTimeOffset

When it ended.

Returns

MailFolderRunReport

The report, carrying no counts.

Exceptions

ArgumentOutOfRangeException

Thrown when outcome reports a folder that was synchronized, which is described by the other factory.