Table of Contents

Property CanonicalText

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

CanonicalText

Gets the injective text of every field, which whatever wraps this selection identifies it by.

public string CanonicalText { get; }

Property Value

string

Remarks

Every field is written, absent ones included, so a filter added to this type in future changes the text of requests that do not name it. Omitting absent fields would let a new filter's default produce the text an older build produced, and a cursor from that build would be accepted against a query it never described.