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
remotePathRemoteFolderPathThe remote folder the alias now names.
Returns
- MailFolderResolution
The next resolution of the same alias, which starts without a checkpoint.
Exceptions
- ArgumentException
Thrown when
remotePathis the path already bound, which is not a rebinding.