Table of Contents

Method After

Namespace
MailFathom.Application.Mail.Delivery.Operations
Assembly
MailFathom.Application.dll

After(DateTimeOffset, OutgoingEmailId, string)

Creates the cursor that continues a walk after one position in the reading.

public static OutboxCursor After(DateTimeOffset recordedAt, OutgoingEmailId outgoingEmailId, string filterFingerprint)

Parameters

recordedAt DateTimeOffset

The instant the page ended on.

outgoingEmailId OutgoingEmailId

The send written down at that instant.

filterFingerprint string

The fingerprint of the filters the page was read under.

Returns

OutboxCursor

The cursor.

Exceptions

ArgumentException

Thrown when filterFingerprint is blank.