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
originalTextstringThe extracted text before trimming.
trimmedTextstringThe text that remained after quoted history and signatures were removed.
Returns
- ExtractedEmailText
The extracted text.
Exceptions
- ArgumentNullException
Thrown when
originalTextortrimmedTextis null.