EmailLoadOptions

EmailLoadOptions class

Options for loading Email documents.

public sealed class EmailLoadOptions : LoadOptions, IDocumentsContainerLoadOptions

Constructors

Name Description
EmailLoadOptions() Initializes new instance of EmailLoadOptions class.

Properties

Name Description
ConvertOwned { get; set; } Implements ConvertOwned Default is true
ConvertOwner { get; set; } Implements ConvertOwner Default is true
Depth { get; set; } Implements Depth Default: 1
DisplayBccEmailAddress { get; set; } Option to display or hide “Bcc” email address. Default: false.
DisplayCcEmailAddress { get; set; } Option to display or hide “Cc” email address. Default: false.
DisplayEmailAddress { get; set; } Option to display or hide email address. Default: true.
DisplayFromEmailAddress { get; set; } Option to display or hide “from” email address. Default: true.
DisplayHeader { get; set; } Option to display or hide the email header. Default: true.
DisplayToEmailAddress { get; set; } Option to display or hide “to” email address. Default: true.
FieldTextMap { get; set; } The mapping between email message EmailField and field text representation
Format { get; set; } Input document file type.
Format { get; } Input document file type.
PreserveOriginalDate { get; set; } Defines whether need to keep original date header string in mail message when saving or not (Default value is true)
ResourceLoadingTimeout { get; set; } Timeout for loading external resources
TimeZoneOffset { get; set; } Gets or sets the Coordinated Universal Time (UTC) offset for the message dates. This property defines the time zone difference, between the localtime and UTC.

Methods

Name Description
Clone() Clones current instance.
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also