Skip to main content

MailMessageExportOptions Members

Contains options which define how a document is exported to a mail message.

Constructors

Name Description
MailMessageExportOptions() Initializes a new instance of the MailMessageExportOptions class with the default settings.
MailMessageExportOptions(String, String, Boolean) Initializes a new instance of the MailMessageExportOptions class with the specified settings.
MailMessageExportOptions(String, String) Initializes a new instance of the MailMessageExportOptions class with the specified settings.
MailMessageExportOptions(String) Initializes a new instance of the MailMessageExportOptions class with the specified settings.

Properties

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.

Methods

Name Description
Assign(ExportOptionsBase) Copies all the settings from the HtmlExportOptionsBase object passed as a parameter. Inherited from HtmlExportOptionsBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also