Click or drag to resize
MimeKit

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: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int MaxLineLength { get; set; }

Property Value

Int32
The maximum line length.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is out of range. It must be between 60 and 998.
InvalidOperationExceptionDefault cannot be changed.
Remarks
Specifies the maximum line length to use when line-wrapping headers.
See Also