Table of Contents

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

evaluatedAt DateTimeOffset

The evaluation instant the page ended on.

executionId MailRuleExecutionId

The identity of the execution at that instant.

filterFingerprint string

The fingerprint of the filters the page was read under.

Returns

MailRuleExecutionCursor

The cursor.

Exceptions

ArgumentException

Thrown when filterFingerprint is blank.