Relativity.Imaging.Services.Interfaces.V1.Models.EmailOptions public class EmailOptions Documentation public bool ClearIndentations { get; set; } public bool DetectCharacterEncoding { get; set; } public bool DisplaySmtpAddresses { get; set; } public bool DownloadImagesFromInternet { get; set; } public Orientation Orientation { get; set; } public bool ResizeImagesToFitPage { get; set; } public bool ResizeTablesToFitPage { get; set; } public bool ShowMessageTypeInHeader { get; set; } public bool SplitTablesToFitPageWidth { get; set; } public EmailOptions()