Method After
- Namespace
- MailFathom.Application.Rules.History
- Assembly
- MailFathom.Application.dll
After(DateTimeOffset, MailRuleExecutionId, string)
Creates the cursor that continues a walk after one position in the history.
public static MailRuleExecutionCursor After(DateTimeOffset evaluatedAt, MailRuleExecutionId executionId, string filterFingerprint)
Parameters
evaluatedAtDateTimeOffsetThe evaluation instant the page ended on.
executionIdMailRuleExecutionIdThe identity of the execution at that instant.
filterFingerprintstringThe fingerprint of the filters the page was read under.
Returns
- MailRuleExecutionCursor
The cursor.
Exceptions
- ArgumentException
Thrown when
filterFingerprintis blank.