MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Encodings
Base64Encoder Class
Base64Encoder Constructor
Base64Encoder Properties
Base64Encoder Methods
Base
64Encoder Constructor
Initialize a new instance of the
Base64Encoder
class.
Namespace:
MimeKit.Encodings
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
Base64Encoder
(
int
maxLineLength
= 76 )
Parameters
maxLineLength
Int32
(Optional)
The maximum number of octets allowed per line (not counting the CRLF). Must be between
60
and
998
(inclusive).
Exceptions
Exception
Condition
ArgumentOutOfRangeException
maxLineLength
is not between
60
and
998
(inclusive).
Remarks
Creates a new base64 encoder.
See Also
Reference
Base64Encoder Class
MimeKit.Encodings Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast