Table of Contents

Method Synchronized

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

Synchronized(DateTimeOffset, int, int, int, bool)

Reports a folder the run reached.

public static MailFolderRunReport Synchronized(DateTimeOffset endedAt, int storedEmailCount, int skippedOversizedEmailCount, int unreadableMimeEmailCount, bool hasMoreEmails)

Parameters

endedAt DateTimeOffset

When the folder finished.

storedEmailCount int

How many occurrences were stored with their content.

skippedOversizedEmailCount int

How many were stored as metadata only.

unreadableMimeEmailCount int

How many stored occurrences carried unreadable MIME.

hasMoreEmails bool

Whether unprocessed mail remains.

Returns

MailFolderRunReport

The report.