Format |
public class FormatOptions
The FormatOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| FormatOptions | Initialize a new instance of the FormatOptions class. |
| Name | Description | |
|---|---|---|
| AllowMixedHeaderCharsets | Get or set whether the formatter should allow mixed charsets in the headers. | |
| AlwaysQuoteParameterValues | Get or set whether Content-Type and Content-Disposition parameter values should always be quoted even when they don't need to be. | |
| EnsureNewLine | Get or set whether the formatter should ensure that messages end with a new-line sequence. | |
| HiddenHeaders | Get the message headers that should be hidden. | |
| International | Get or set whether the new "Internationalized Email" formatting standards should be used. | |
| MaxLineLength | Get or set the maximum line length used by the encoders. The encoders use this value to determine where to place line breaks. | |
| NewLineFormat | Get or set the new-line format. | |
| ParameterEncodingMethod | Get or set the method to use for encoding Content-Type and Content-Disposition parameter values. |
| Name | Description | |
|---|---|---|
| Clone | Clone an instance of FormatOptions. | |
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) |