Click or drag to resize
MimeKit

IMimeDecoder Methods

The IMimeDecoder type exposes the following members.

Methods
 NameDescription
Public methodClone Clone the IMimeDecoder with its current state.
Public methodDecode(Byte*, Int32, Byte*) Decode the specified input into the output buffer.
Public methodDecode(Byte, Int32, Int32, Byte) Decode the specified input into the output buffer.
Public methodEstimateOutputLength Estimate the length of the output.
Public methodReset Reset the decoder.
Top
See Also