 | EncoderFilterEncoder Property |
Get the encoder used by this filter.
Namespace: MimeKit.IO.FiltersAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic IMimeEncoder Encoder { get; }
Property Value
IMimeEncoderThe encoder.
Remarks
Gets the encoder used by this filter.
See Also