Constructor MailFolderMappingChange
- Namespace
- MailFathom.Application.Folders
- Assembly
- MailFathom.Application.dll
MailFolderMappingChange(MailAccountId, MailFolderAlias, RemoteFolderPath?, RemoteFolderPath, MailFolderResolutionGeneration, DateTimeOffset)
Describes one change of the remote folder an alias names.
public MailFolderMappingChange(MailAccountId AccountId, MailFolderAlias Alias, RemoteFolderPath? PreviousRemotePath, RemoteFolderPath NewRemotePath, MailFolderResolutionGeneration Generation, DateTimeOffset OccurredAt)
Parameters
AccountIdMailAccountIdThe account whose alias was rebound.
AliasMailFolderAliasThe operator-facing folder name that kept its meaning.
PreviousRemotePathRemoteFolderPath?The remote folder the alias named before, or null when this is its first binding.
NewRemotePathRemoteFolderPathThe remote folder the alias names now.
GenerationMailFolderResolutionGenerationThe generation the new binding synchronizes under.
OccurredAtDateTimeOffsetWhen the change was resolved.