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