Method ReadPageAsync
- Namespace
- MailFathom.Application.Retrieval.AskMail.Audit
- Assembly
- MailFathom.Application.dll
ReadPageAsync(MailAnsweringAuditQuery, CancellationToken)
Reads one bounded page of an account's record, newest first.
Task<MailAnsweringAuditPage> ReadPageAsync(MailAnsweringAuditQuery query, CancellationToken cancellationToken)
Parameters
queryMailAnsweringAuditQueryThe account, the filters, and the boundary the page continues from.
cancellationTokenCancellationTokenCancels the read.
Returns
- Task<MailAnsweringAuditPage>
The page, and the cursor the following page continues from where one exists.