EmailOptions class

EmailOptions class

Contains options for rendering email messages.

GroupDocs.Viewer supports the EmailOptions class that allows you to specify different options for rendering email messages. To access these options, use the EmailOptions property on one of the following view option classes, depending on the desired output format:

The EmailOptions type exposes the following members:

Constructors

Constructor Description
init Initializes an instance of the EmailOptions class.

Properties

Property Description
date_time_format The time format (can include TimeZone). If not set, the current system format is used.
field_text_map The mapping between email message Field and field text representation.
page_size The size of the output page.
time_zone_offset The message time zone offset.

See Also