Table of Contents

Property HtmlBody

Namespace
MailFathom.Application.Mail.Delivery.Authoring
Assembly
MailFathom.Application.dll

HtmlBody

Gets the HTML alternative the author wrote, or null when they wrote none.

public string? HtmlBody { get; init; }

Property Value

string

Remarks

Its presence decides whether the answer carries an HTML alternative at all, and therefore whether the original is read a second way to be quoted in one. An author who wrote plain text alone sends plain text alone, exactly as they would for a message answering nothing.