Table of Contents

Method ReadBodyTextAsync

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

ReadBodyTextAsync(CancellationToken)

Reads the text extracted from the email's body.

Task<string?> ReadBodyTextAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Cancels the read, which the evaluation timeout also reaches through.

Returns

Task<string>

The extracted text, or null when no extraction has produced any for this email.