Indicates the native imaging options set on an ImagingProfile instance used when imaging email messages.
Inheritance Hierarchy
Relativity.Imaging.Services.InterfacesEmailOptions
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
The EmailOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EmailOptions |
Properties
Name | Description | |
---|---|---|
![]() | ClearIndentations |
Gets or sets the option indicating whether tabs are removed from the display of email threads.
|
![]() | DetectCharacterEncoding |
Gets or sets the option indicating whether an email's code page should be overridden during imaging.
|
![]() | DisplaySmtpAddresses |
Gets or sets the option indicating whether SMTP addresses are displayed in the UI.
|
![]() | DownloadImagesFromInternet |
Gets or sets the option indicating whether to allow downloading images from the Internet.
|
![]() | Orientation |
Gets or sets the option indicating whether the orientation of email messages is portrait or landscape.
|
![]() | ResizeImagesToFitPage |
Gets or sets the option indicating whether to modify images to fit the page size.
|
![]() | ResizeTablesToFitPage |
Gets or sets the option indicating whether to modify tables to fit the page size.
|
![]() | ShowMessageTypeInHeader |
Gets or sets the option indicating whether to identify the image as a message, appointment, distribution list, or other entity.
|
![]() | SplitTablesToFitPageWidth |
Gets or set the value for determining if oversized tables should be split and re-printed.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also