Table of Contents

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

Sends IReadOnlyList<OutboxEntry>

The sends, ordered by when each one was written down, newest first.

NextCursor OutboxCursor?

The boundary the following page is asked with, and null at the end of the reading.