Method ToRemotePath
- Namespace
- MailFathom.Domain.Folders
- Assembly
- MailFathom.Domain.dll
ToRemotePath(MailFolderAlias, RemoteFolderPath)
Maps an alias onto the server-advertised path an operator wrote.
public static MailFolderMapping ToRemotePath(MailFolderAlias alias, RemoteFolderPath remotePath)
Parameters
aliasMailFolderAliasThe operator-facing folder name.
remotePathRemoteFolderPathThe remote path the alias names.
Returns
- MailFolderMapping
A mapping resolved by matching the advertised path.