Constructor OutboxPage
- Namespace
- MailFathom.Application.Mail.Delivery.Operations
- Assembly
- MailFathom.Application.dll
OutboxPage(IReadOnlyList<OutboxEntry>, OutboxCursor?)
One bounded page of what a deployment has been asked to send, newest first.
public OutboxPage(IReadOnlyList<OutboxEntry> Sends, OutboxCursor? NextCursor)
Parameters
SendsIReadOnlyList<OutboxEntry>The sends, ordered by when each one was written down, newest first.
NextCursorOutboxCursor?The boundary the following page is asked with, and null at the end of the reading.