Click or drag to resize
MimeKit

YEncoder Constructor

Initialize a new instance of the YEncoder class.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public YEncoder(
	int maxLineLength = 128
)

Parameters

maxLineLength  Int32  (Optional)
The line length to use.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionmaxLineLength is not within the range of 60 to 998.
Remarks
Creates a new yEnc encoder.
See Also