Table of Contents

Method RecordFolderUnsynchronized

Namespace
MailFathom.Application.Synchronization.Administration
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

folder MailFolderIdentity

The account and alias the turn was taken for.

outcome MailFolderRunOutcome

Which of the unsynchronized outcomes ended the turn.

Exceptions

ArgumentNullException

Thrown when folder is null.

ArgumentOutOfRangeException

Thrown when outcome reports a folder that was synchronized.