Table of Contents

Method After

Namespace
MailFathom.Application.Emails.Mailboxes
Assembly
MailFathom.Application.dll

After(EmailTimelinePosition, string)

Creates the cursor that continues a walk after one timeline position.

public static EmailTimelineCursor After(EmailTimelinePosition position, string filterFingerprint)

Parameters

position EmailTimelinePosition

The position of the last row the page returned.

filterFingerprint string

The fingerprint of the filters the page was read under.

Returns

EmailTimelineCursor

The cursor.

Exceptions

ArgumentException

Thrown when position carries no stored email identity, or when filterFingerprint is blank.