Click or drag to resize
MimeKit

TextConverter Properties

The TextConverter type exposes the following members.

Properties
 NameDescription
Public propertyDetectEncodingFromByteOrderMark Get or set whether the encoding of the input is detected from the byte order mark or determined by the InputEncoding property.
Public propertyFooter Get or set the text that will be appended to the end of the output.
Public propertyHeader Get or set text that will be prepended to the beginning of the output.
Public propertyInputEncoding Get or set the input encoding.
Public propertyInputFormat Get the input format.
Public propertyInputStreamBufferSize Get or set the size of the input stream buffer.
Public propertyOutputEncoding Get or set the output encoding.
Public propertyOutputFormat Get the output format.
Public propertyOutputStreamBufferSize Get or set the size of the output stream buffer.
Top
See Also