Table of Contents

Method GetCurrentResolutionAsync

Namespace
MailFathom.Application.Folders
Assembly
MailFathom.Application.dll

GetCurrentResolutionAsync(MailAccountId, MailFolderAlias, CancellationToken)

Gets the newest durable binding of an alias.

Task<MailFolderResolution?> GetCurrentResolutionAsync(MailAccountId accountId, MailFolderAlias folderAlias, CancellationToken cancellationToken)

Parameters

accountId MailAccountId

The account owning the alias.

folderAlias MailFolderAlias

The operator-facing folder name.

cancellationToken CancellationToken

Cancels the lookup.

Returns

Task<MailFolderResolution>

The highest-generation binding, or null when the alias has never been bound.