Table of Contents

Method After

Namespace
MailFathom.Application.Spam.History
Assembly
MailFathom.Application.dll

After(DateTimeOffset, StoredEmailId, string)

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

public static SpamClassificationHistoryCursor After(DateTimeOffset evaluatedAt, StoredEmailId emailId, string filterFingerprint)

Parameters

evaluatedAt DateTimeOffset

The evaluation instant the page ended on.

emailId StoredEmailId

The occurrence classified at that instant.

filterFingerprint string

The fingerprint of the filters the page was read under.

Returns

SpamClassificationHistoryCursor

The cursor.

Exceptions

ArgumentException

Thrown when filterFingerprint is blank.