Skip to main content

MailMessageExportOptions Properties

Contains options which define how a document is exported to a mail message.
Name Description
AllowURLsWithJSContent Gets or sets whether the JavaScript code can be placed in URLs in the resulting HTML document. Inherited from HtmlExportOptionsBase.
CharacterSet Gets or sets the encoding name used when exporting a document to HTML. Inherited from HtmlExportOptionsBase.
EmbedImagesInHTML Always returns false.
ExportMode Gets or sets a value indicating how a document is exported to HTML. Inherited from HtmlExportOptionsBase.
ExportWatermarks Specifies whether to export watermarks to HTML along with the rest of the document content. Inherited from HtmlExportOptionsBase.
InlineCss Overrides the corresponding property of the HtmlExportOptionsBase class to hide it.
PageBorderColor Gets or sets the color of page borders when a document is exported to HTML page-by-page. Inherited from HtmlExportOptionsBase.
PageBorderWidth Gets or sets the width (in pixels) of page borders when a document is exported to HTML page-by-page. Inherited from HtmlExportOptionsBase.
PageRange Gets or sets the range of pages to be exported. Inherited from HtmlExportOptionsBase.
RasterizationResolution Specifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format. Inherited from PageByPageExportOptionsBase.
RemoveSecondarySymbols Gets or sets a value indicating whether secondary symbols should be removed from the resulting HTML file, to reduce its size. Inherited from HtmlExportOptionsBase.
TableLayout Determines whether to use the table or non-table layout in the resulting HTML file. Inherited from HtmlExportOptionsBase.
Title Gets or sets a title of the created HTML file Inherited from HtmlExportOptionsBase.
UseHRefHyperlinks Overrides the corresponding property of the HtmlExportOptionsBase class to hide it.
See Also