<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

ImagingEmailOptions

public class ImagingEmailOptions
Represents the native imaging options set on an ImagingProfile instance used when imaging email messages.
public bool ClearIndentations { get; set; }

Gets or sets a value indicating whether to remove tabs from the display of email threads.

public bool DetectCharacterEncoding { get; set; }

Gets or sets a value indicating whether an email's code page should be overridden during imaging.

public bool DisplaySmtpAddresses { get; set; }

Gets or sets a value indicating whether to display SMTP addresses in the UI.

public bool DownloadImagesFromInternet { get; set; }

Gets or sets a value indicating whether allow downloading images from the Internet.

public ImagingEmailOrientation Orientation { get; set; }

Gets or sets the option indicating whether the orientation of email messages is portrait or landscape.

public bool ResizeImagesToFitPage { get; set; }

Gets or sets a value indicating whether to modify images to fit the page size.

public bool ResizeTablesToFitPage { get; set; }

Gets or sets a value indicating whether to modify tables to fit the page size.

public bool ShowMessageTypeInHeader { get; set; }

Gets or sets a value indicating whether to identify the image as a message, appointment, distribution list, or other entity.

public bool SplitTablesToFitPageWidth { get; set; }

Gets or sets a value indicating whether to determine if oversized tables should be split and re-printed.