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
recordedAtDateTimeOffsetThe instant the page ended on.
outgoingEmailIdOutgoingEmailIdThe send written down at that instant.
filterFingerprintstringThe fingerprint of the filters the page was read under.
Returns
- OutboxCursor
The cursor.
Exceptions
- ArgumentException
Thrown when
filterFingerprintis blank.