Property IncludeSanitizedHtml
- Namespace
- MailFathom.Application.Emails.GetEmailContent
- Assembly
- MailFathom.Application.dll
IncludeSanitizedHtml
Gets whether to also return the sanitized HTML representation of each body.
public bool IncludeSanitizedHtml { get; }
Property Value
Remarks
Opt-in because it costs a sanitization pass over untrusted markup and because plain text is what most callers want: a model reading mail is better served by the words than by the layout around them.