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
positionEmailTimelinePositionThe position of the last row the page returned.
filterFingerprintstringThe fingerprint of the filters the page was read under.
Returns
- EmailTimelineCursor
The cursor.
Exceptions
- ArgumentException
Thrown when
positioncarries no stored email identity, or whenfilterFingerprintis blank.