Table of Contents

Property BodyText

Namespace
MailFathom.Application.Rules.Facts
Assembly
MailFathom.Application.dll

BodyText

Gets the text extracted from the email's body, absent while no extraction has run for it.

public static MailRuleFact BodyText { get; }

Property Value

MailRuleFact

Remarks

The one fact that costs a read of stored content, which is why a condition naming none of it never pays for one. Guarding it with HasExtractedContent is not required — an email with nothing extracted reads as an absent value rather than as a failure.