Table of Contents

Method FolderNotResolved

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

FolderNotResolved(MailFolderResolutionOutcome)

Reports a configured alias that named no single advertised folder.

public static MailboxSynchronizationResult FolderNotResolved(MailFolderResolutionOutcome resolutionOutcome)

Parameters

resolutionOutcome MailFolderResolutionOutcome

Why resolution produced no binding.

Returns

MailboxSynchronizationResult

An unsynchronized result, which describes no progress because none was attempted.

Remarks

The two reasons stay distinct all the way to the worker's log, because they ask the operator for different things: one to correct an alias that names nothing, the other to name a path where a role is not unique.

Exceptions

ArgumentOutOfRangeException

Thrown when resolutionOutcome reports a binding that this result cannot describe.