EmailLoadOptions

EmailLoadOptions class

Represents the document loading options for an email message.

public sealed class EmailLoadOptions : LoadOptions

Constructors

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

Properties

Name Description
static Default { get; } Gets the default value for EmailLoadOptions class.
Password { get; set; } Gets or sets the password for opening an encrypted document.

See Also