Table of Contents

Property PlainTextBody

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

PlainTextBody

Gets the plain-text body the author wrote, which every composed message carries.

public required string PlainTextBody { get; init; }

Property Value

string

Remarks

A blank one is refused rather than composed, because required says the compiler saw a string.