Table of Contents

Method RecordFolderSynchronized

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

RecordFolderSynchronized(MailFolderIdentity, int, int, int, bool)

Records a folder's turn that reached the folder its alias is bound to.

public void RecordFolderSynchronized(MailFolderIdentity folder, int storedEmailCount, int skippedOversizedEmailCount, int unreadableMimeEmailCount, bool hasMoreEmails)

Parameters

folder MailFolderIdentity

The account and alias the turn was taken for.

storedEmailCount int

How many occurrences the turn stored with their content.

skippedOversizedEmailCount int

How many it stored as metadata only.

unreadableMimeEmailCount int

How many stored occurrences carried unreadable MIME.

hasMoreEmails bool

Whether the folder still held unprocessed mail when the turn's batch budget ran out.

Exceptions

ArgumentNullException

Thrown when folder is null.