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
cancellationTokenCancellationTokenCancels the read, which the evaluation timeout also reaches through.