EmailLoadOptions class

EmailLoadOptions class

Options for loading Email documents.

The EmailLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of EmailLoadOptions.

Methods

Method Description
clone Clones current instance.

Properties

Property Description
attachment_icons The list of attachment icons.
convert_owned The property implements IDocumentsContainerLoadOptions.convert_owned. Default is True.
convert_owner The convert_owner property implements IDocumentsContainerLoadOptions.convert_owner. Default is True.
custom_css_style The custom CSS style as defined by ICustomCssStyleOptions.custom_css_style.
default_font The default font for an email document, used when a required font is missing.
depth The depth of the documents container, implementing IDocumentsContainerLoadOptions.depth (default: 1).
display_attachments The option to display or hide attachments in the header. Default: True.
display_bcc_email_address The option to display or hide the Bcc email address. Default is False.
display_cc_email_address The option to display or hide the “Cc” email address. Default is False.
display_email_addresses The option to control whether email addresses are displayed alongside names.
display_from_email_address The option to display or hide the “from” email address. Default is True.
display_header The option to display or hide the email header (default is True).
display_sent The option to display or hide the sent date/time in the header. Default is True.
display_subject The option to display or hide the subject in the header. Default is True.
display_to_email_address The option to display or hide the “to” email address. Default is True.
field_text_map The mapping between email message EmailField and field text representation.
font_substitutes The list of font substitutes.
format The input document file type.
margin_settings The margin settings that define page margins for the loaded email document.
orientation_settings The orientation settings.
preserve_original_date The property determines whether the original date header string in the mail message is preserved when saving (default is True).
resource_loading_timeout The timeout for loading external resources.
size_settings The page size settings.
skip_external_resources The property implements IResourceLoadingOptions.skip_external_resources.
time_zone_offset The Coordinated Universal Time (UTC) offset for the message dates.
use_default_attachment_icons The flag indicating whether to use default attachment icons.
whitelisted_resources The whitelisted_resources property implements IResourceLoadingOptions.whitelisted_resources.

See Also