MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Encodings
Base64Encoder Class
Base64Encoder Methods
Clone Method
Encode Method
EstimateOutputLength Method
Flush Method
Reset Method
Base
64Encoder
Clone Method
Clone the
Base64Encoder
with its current state.
Namespace:
MimeKit.Encodings
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
IMimeEncoder
Clone
()
Return Value
IMimeEncoder
A new
Base64Encoder
with identical state.
Implements
IMimeEncoder
Clone
Remarks
Creates a new
Base64Encoder
with exactly the same state as the current encoder.
See Also
Reference
Base64Encoder Class
MimeKit.Encodings Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast