MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Encodings
YEncoder Class
YEncoder Constructor
YEncoder Properties
YEncoder Methods
YEncoder Constructor
Initialize a new instance of the
YEncoder
class.
Namespace:
MimeKit.Encodings
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
YEncoder
(
int
maxLineLength
= 128 )
Parameters
maxLineLength
Int32
(Optional)
The line length to use.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
maxLineLength
is not within the range of
60
to
998
.
Remarks
Creates a new yEnc encoder.
See Also
Reference
YEncoder Class
MimeKit.Encodings Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast