Method RecordFolderSynchronized
- 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
folderMailFolderIdentityThe account and alias the turn was taken for.
storedEmailCountintHow many occurrences the turn stored with their content.
skippedOversizedEmailCountintHow many it stored as metadata only.
unreadableMimeEmailCountintHow many stored occurrences carried unreadable MIME.
hasMoreEmailsboolWhether the folder still held unprocessed mail when the turn's batch budget ran out.
Exceptions
- ArgumentNullException
Thrown when
folderis null.