Table of Contents

Method ReadPageAsync

Namespace
MailFathom.Application.Mail.Mutations.Audit
Assembly
MailFathom.Application.dll

ReadPageAsync(MailboxMutationAuditQuery, CancellationToken)

Reads one bounded page of an account's trail, newest first.

Task<MailboxMutationAuditPage> ReadPageAsync(MailboxMutationAuditQuery query, CancellationToken cancellationToken)

Parameters

query MailboxMutationAuditQuery

The account, the filters, and the boundary the page continues from.

cancellationToken CancellationToken

Cancels the read.

Returns

Task<MailboxMutationAuditPage>

The page, and the cursor the following page continues from where one exists.