Table of Contents

Method FromPlainTextBody

Namespace
MailFathom.Application.Emails.Extraction
Assembly
MailFathom.Application.dll

FromPlainTextBody(string, string)

Reports text a text/plain body part carried.

public static ExtractedEmailText FromPlainTextBody(string originalText, string trimmedText)

Parameters

originalText string

The extracted text before trimming.

trimmedText string

The text that remained after quoted history and signatures were removed.

Returns

ExtractedEmailText

The extracted text.

Exceptions

ArgumentNullException

Thrown when originalText or trimmedText is null.