API Reference

Class

EmailImageExportOptions

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

HTML-backed email image-export options.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

public override HtmlRenderOptions Clone() #
Returns: HtmlRenderOptions
public EmailImageExportOptions CloneEmail() #
Returns: EmailImageExportOptions

Creates an independent email options snapshot.

Properties

public Boolean IncludeMessageHeaders { get; set; } #

Renders subject, sender, recipients, and date above the message body.

public Boolean PreferHtmlBody { get; set; } #

Uses the HTML body when available before falling back to RTF or plain text.

public Boolean IncludeInlineResources { get; set; } #

Allows MIME related attachments to satisfy content-id and content-location image references.