Show / Hide Table of Contents

Class ImagingEmailOptions

Represents the native imaging options set on an ImagingProfile instance used when imaging email messages.

Inheritance
System.Object
ImagingEmailOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingEmailOptions

Properties

| Improve this Doc View Source

ClearIndentations

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX