Hunny Software Library Reference

QuotedPrintableEncoder.MaxLineLen Property

Gets or sets the maximum line length of the encoded output.

[Visual Basic]
Public Property MaxLineLen As Integer
[C#]
public int MaxLineLen {get; set;}

Property Value

The maximum line length of the encoded output.

Remarks

For MIME-compliant Internet mail, the lines should be no longer than 76 characters, and the library enforces that rule. If the len parameter is larger than 76, the library sets the encoder's maximum line length to 76.

The default value is 76.

See Also

QuotedPrintableEncoder Class | Hunny.Mime Namespace