EmailConvertOptions class
Options for conversion to Email file type.
public class EmailConvertOptions : ConvertOptions < EmailFileType >
Name
Description
AttachmentContentHandler { get; set; }
A delegate to handle custom processing of email attachments. The delegate takes the attachment name, content type and original attachment stream as parameters and returns the modified attachment stream.
Format { get; set; }
The desired file type the input document should be converted to.
virtual Format { get; set; }
Implements Format
Name
Description
Clone ()
Clones current options 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.
We value your opinion. Your feedback will help us improve our documentation.