HtmlForgeX

API Reference

Class

EmailRenderResult

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Result of rendering an Email including optional inline resources.

Inheritance

  • Object
  • EmailRenderResult

Properties

public String Html { get; } #

Rendered HTML.

public IReadOnlyList<EmailInlineResource> InlineResources { get; } #

Inline resources referenced by the HTML via cid:... (attach with your mail library).

public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #

Diagnostics produced while generating this render result.