Method Synchronized
- 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
endedAtDateTimeOffsetWhen the folder finished.
storedEmailCountintHow many occurrences were stored with their content.
skippedOversizedEmailCountintHow many were stored as metadata only.
unreadableMimeEmailCountintHow many stored occurrences carried unreadable MIME.
hasMoreEmailsboolWhether unprocessed mail remains.
Returns
- MailFolderRunReport
The report.