Class ImagingEmailOptions
Represents the native imaging options set on an ImagingProfile instance used when imaging email messages.
Inheritance
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingEmailOptions
Properties
| Improve this Doc View SourceClearIndentations
Gets or sets a value indicating whether to remove tabs from the display of email threads.
Declaration
public bool ClearIndentations { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Corresponds to the Clear Indentations option in the Email Options tab.
DetectCharacterEncoding
Gets or sets a value indicating whether an email's code page should be overridden during imaging.
Declaration
public bool DetectCharacterEncoding { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Corresponds to the Detect Character Encoding option in the Email Options tab.
DisplaySmtpAddresses
Gets or sets a value indicating whether to display SMTP addresses in the UI.
Declaration
public bool DisplaySmtpAddresses { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Corresponds the Display SMTP addresses option under the Email Options tab.
DownloadImagesFromInternet
Gets or sets a value indicating whether allow downloading images from the Internet.
Declaration
public bool DownloadImagesFromInternet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Corresponds to the Download images from Internet option in the Email Options tab.
Orientation
Gets or sets the option indicating whether the orientation of email messages is portrait or landscape.
Declaration
public ImagingEmailOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
ImagingEmailOrientation |
Remarks
Corresponds to the Orientation option under the Email Options tab.
ResizeImagesToFitPage
Gets or sets a value indicating whether to modify images to fit the page size.
Declaration
public bool ResizeImagesToFitPage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Corresponds to the Resize images to fit page option in the Email Options tab.
ResizeTablesToFitPage
Gets or sets a value indicating whether to modify tables to fit the page size.
Declaration
public bool ResizeTablesToFitPage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Corresponds to the Resize tables to fit page option in the Email Options tab.
ShowMessageTypeInHeader
Gets or sets a value indicating whether to identify the image as a message, appointment, distribution list, or other entity.
Declaration
public bool ShowMessageTypeInHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Corresponds to the Show message type in header option under tab Email Options tab.
SplitTablesToFitPageWidth
Gets or sets a value indicating whether to determine if oversized tables should be split and re-printed.
Declaration
public bool SplitTablesToFitPageWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |