MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Encodings
UUDecoder Class
UUDecoder Methods
Clone Method
Decode Method
EstimateOutputLength Method
Reset Method
UUDecoder
Clone Method
Clone the
UUDecoder
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
UUDecoder
with identical state.
Implements
IMimeDecoder
Clone
Remarks
Creates a new
UUDecoder
with exactly the same state as the current decoder.
See Also
Reference
UUDecoder Class
MimeKit.Encodings Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast