Method RecordFolderUnsynchronized
- Assembly
- MailFathom.Application.dll
RecordFolderUnsynchronized(MailFolderIdentity, MailFolderRunOutcome)
Records a folder's turn that did not synchronize the folder, whatever kept it from doing so.
public void RecordFolderUnsynchronized(MailFolderIdentity folder, MailFolderRunOutcome outcome)
Parameters
folderMailFolderIdentityThe account and alias the turn was taken for.
outcomeMailFolderRunOutcomeWhich of the unsynchronized outcomes ended the turn.
Exceptions
- ArgumentNullException
Thrown when
folderis null.- ArgumentOutOfRangeException
Thrown when
outcomereports a folder that was synchronized.