Click or drag to resize
MimeKit

FilteredStreamRemove Method

Remove a filter.

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

Parameters

filter  IMimeFilter
The filter.

Return Value

Boolean

Field Value

Boolean
true if the filter was removed; otherwise

Field Value

Boolean
false.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilter is null.
Remarks
Removes the specified filter from the list if it exists.
See Also