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
evaluatedAtDateTimeOffsetThe evaluation instant the page ended on.
emailIdStoredEmailIdThe occurrence classified at that instant.
filterFingerprintstringThe fingerprint of the filters the page was read under.
Returns
- SpamClassificationHistoryCursor
The cursor.
Exceptions
- ArgumentException
Thrown when
filterFingerprintis blank.