Table of Contents

Method RepointedTo

Namespace
MailFathom.Domain.Folders
Assembly
MailFathom.Domain.dll

RepointedTo(RemoteFolderPath)

Rebinds the alias to a different remote folder under a generation of its own.

public MailFolderResolution RepointedTo(RemoteFolderPath remotePath)

Parameters

remotePath RemoteFolderPath

The remote folder the alias now names.

Returns

MailFolderResolution

The next resolution of the same alias, which starts without a checkpoint.

Exceptions

ArgumentException

Thrown when remotePath is the path already bound, which is not a rebinding.