Click or drag to resize
MimeKit

FormatOptions Properties

The FormatOptions type exposes the following members.

Properties
 NameDescription
Public propertyAllowMixedHeaderCharsets Get or set whether the formatter should allow mixed charsets in the headers.
Public propertyAlwaysQuoteParameterValues Get or set whether Content-Type and Content-Disposition parameter values should always be quoted even when they don't need to be.
Public propertyEnsureNewLine Get or set whether the formatter should ensure that messages end with a new-line sequence.
Public propertyHiddenHeaders Get the message headers that should be hidden.
Public propertyInternational Get or set whether the new "Internationalized Email" formatting standards should be used.
Public propertyMaxLineLength Get or set the maximum line length used by the encoders. The encoders use this value to determine where to place line breaks.
Public propertyNewLineFormat Get or set the new-line format.
Public propertyParameterEncodingMethod Get or set the method to use for encoding Content-Type and Content-Disposition parameter values.
Top
See Also