Method ReadPageAsync
- Namespace
- MailFathom.Application.Rules.History
- Assembly
- MailFathom.Application.dll
ReadPageAsync(MailRuleExecutionQuery, CancellationToken)
Reads one bounded page of an account's history, newest first.
Task<MailRuleExecutionPage> ReadPageAsync(MailRuleExecutionQuery query, CancellationToken cancellationToken)
Parameters
queryMailRuleExecutionQueryThe account, the filters, and the boundary the page continues from.
cancellationTokenCancellationTokenCancels the read.
Returns
- Task<MailRuleExecutionPage>
The page, and the cursor the following page continues from where one exists.