Table of Contents

Method Encode

Namespace
MailFathom.Application.Emails.Mailboxes
Assembly
MailFathom.Application.dll

Encode()

Writes the cursor as the opaque string a caller presents to continue the walk.

public string Encode()

Returns

string

The encoded cursor.

Remarks

The received timestamp is written as its UTC tick count, which is the form the timeline order compares: two timestamps that name the same instant in different offsets encode identically, so a boundary cannot depend on the offset a mail server happened to write.