EmailOptions Class
Provides options for rendering email messages.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsEmailOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class EmailOptions

The EmailOptions type exposes the following members.

Constructors
  NameDescription
Public methodEmailOptions
Initializes new instance of EmailOptions class.
Properties
  NameDescription
Public propertyDateTimeFormat
Time Format (can be include TimeZone) for example: 'MM d yyyy HH:mm tt', if not set - current system format is used
Public propertyFieldTextMap
The mapping between email message Field and field text representation.
Public propertyPageSize
The size of the output page.
Public propertyTimeZoneOffset
Message time zone offset
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also