Table of Contents

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

accountId MailAccountId

The account whose folder was re-selected.

folderAlias MailFolderAlias

The folder that was re-selected.

sessionUidValidity ImapUidValidity

The UIDVALIDITY the session opened with.

reselectedUidValidity ImapUidValidity

The UIDVALIDITY the server answered with after the connection recovered.