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