Method Unsynchronized
- 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
outcomeMailFolderRunOutcomeWhich of the unsynchronized outcomes ended the folder's turn.
endedAtDateTimeOffsetWhen it ended.
Returns
- MailFolderRunReport
The report, carrying no counts.
Exceptions
- ArgumentOutOfRangeException
Thrown when
outcomereports a folder that was synchronized, which is described by the other factory.