Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

EmailImageExportOptions

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email.Image
Base HtmlRenderOptions
Modifiers sealed

HTML-backed email image-export options.

Inheritance

  • HtmlRenderOptions
  • EmailImageExportOptions

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

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.

public EmailRemoteResourcePolicy RemoteResourcePolicy { get; set; } #

Controls whether network resources remain eligible for an explicitly configured resolver.

public Int32 MaxInlineResourceCount { get; set; } #

Maximum inline resources indexed for one export.

public Int64 MaxTotalInlineResourceBytes { get; set; } #

Maximum bytes read across all inline resources for one export.