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