EmailEditOptions

EmailEditOptions class

Allows to specify custom options for editing documents in the different electronic mail (email) formats

public sealed class EmailEditOptions : IEditOptions

Constructors

Name Description
EmailEditOptions() Initializes a new instance of the EmailEditOptions class, where all options are set to their default values
EmailEditOptions(MailMessageOutput) Initializes a new instance of the EmailEditOptions class with MailMessageOutput parameter

Properties

Name Description
MailMessageOutput { get; set; } Allows to control which parts of the mail message should be delivered to the output EditableDocument and then to the emitted HTML

See Also