| FormatOptionsMaxLineLength Property |
Get or set the maximum line length used by the encoders. The encoders
use this value to determine where to place line breaks.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int MaxLineLength { get; set; }
Property Value
Int32The maximum line length.
Exceptions Remarks
Specifies the maximum line length to use when line-wrapping headers.
See Also