EmailLoadOptions class
EmailLoadOptions class
Options for loading Email documents.
Inheritance: EmailLoadOptions →
LoadOptions →
ValueObject
The EmailLoadOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes new instance of EmailLoadOptions class. |
Properties
| Property | Description |
|---|---|
| format | Input document file type. |
| display_header | Option to display or hide the email header. Default: true. |
| display_from_email_address | Option to display or hide “from” email address. Default: true. |
| display_to_email_address | Option to display or hide “to” email address. Default: true. |
| display_cc_email_address | Option to display or hide “Cc” email address. Default: false. |
| display_bcc_email_address | Option to display or hide “Bcc” email address. Default: false. |
| display_attachments | Option to display or hide attachments in the header. Default: true. |
| display_subject | Option to display or hide subject in the header. Default: true. |
| display_sent | Option to display or hide sent date/time in the header. Default: true. |
| time_zone_offset | Gets or sets the Coordinated Universal Time (UTC) offset for the message dates. This property defines the time zone difference, between the localtime and UTC. |
| field_text_map | The mapping between email message EmailField and field text representation |
| preserve_original_date | Defines whether need to keep original date header string in mail message when saving or not (Default value is true) |
| convert_owner | Implements IDocumentsContainerLoadOptions.convert_owner
Default is true |
| convert_owned | Implements IDocumentsContainerLoadOptions.convert_owned
Default is true |
| depth | Implements IDocumentsContainerLoadOptions.depth
Default: 1 |
| resource_loading_timeout | Timeout for loading external resources |
Methods
| Method | Description |
|---|---|
| equals | Determines whether two object instances are equal. |
| clone | Clones current instance. |
See Also
- module
groupdocs.conversion.options.load - class
EmailField - class
EmailLoadOptions - class
LoadOptions - class
ValueObject