EmailConvertOptions class

EmailConvertOptions class

Options for conversion to Email file type.

The EmailConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new EmailConvertOptions instance.

Properties

Property Description
attachment_content_handler The delegate that processes email attachments, taking the attachment name, content type, and original attachment stream and returning a modified attachment stream.
format The format of the conversion. Implements IConvertOptions.format. (inherited from ConvertOptions)

See Also