Table of Contents

Property HtmlBody

Namespace
MailFathom.Application.Mail.Delivery.Composition
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

Present makes the composed message a multipart/alternative of the two bodies; absent makes it the plain text alone. Present and blank is neither, and is refused: the clients that prefer markup would be offered an empty message while the text sat beside it unread.