Table of Contents

Method Readable

Namespace
MailFathom.Application.EmailContent.Rendering
Assembly
MailFathom.Application.dll

Readable(EmailBodyRepresentation, EmailBodyRepresentation?)

Reports a body that was read from the stored message.

public static EmailContentBody Readable(EmailBodyRepresentation plainText, EmailBodyRepresentation? sanitizedHtml)

Parameters

plainText EmailBodyRepresentation

The plain-text representation, bounded and carrying its truncation metadata.

sanitizedHtml EmailBodyRepresentation

The sanitized HTML representation, or null when none was produced.

Returns

EmailContentBody

The readable body.

Exceptions

ArgumentNullException

Thrown when plainText is null.