Constructor MailboxFolderRecreatedException
- Namespace
- MailFathom.Application.Synchronization.Sessions
- Assembly
- MailFathom.Application.dll
MailboxFolderRecreatedException(MailAccountId, MailFolderAlias, ImapUidValidity, ImapUidValidity)
Initializes a new recreated-folder failure naming both observed UIDVALIDITY values.
public MailboxFolderRecreatedException(MailAccountId accountId, MailFolderAlias folderAlias, ImapUidValidity sessionUidValidity, ImapUidValidity reselectedUidValidity)
Parameters
accountIdMailAccountIdThe account whose folder was re-selected.
folderAliasMailFolderAliasThe folder that was re-selected.
sessionUidValidityImapUidValidityThe UIDVALIDITY the session opened with.
reselectedUidValidityImapUidValidityThe UIDVALIDITY the server answered with after the connection recovered.