Click or drag to resize
MimeKit

FilteredStreamAdd Method

Add a filter.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	IMimeFilter filter
)

Parameters

filter  IMimeFilter
The filter.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilter is null.
Remarks
Adds the filter to the end of the list of filters that data will pass through as data is read from or written to the underlying source stream.
See Also