Click or drag to resize
MimeKit

IMimeFilter Interface

An interface for incrementally filtering data.

Namespace: MimeKit.IO.Filters
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public interface IMimeFilter

The IMimeFilter type exposes the following members.

Methods
 NameDescription
Public methodFilter Filter the specified input.
Public methodFlush Filter the specified input, flushing all internally buffered data to the output.
Public methodReset Reset the filter.
Top
Remarks
An interface for incrementally filtering data.
See Also