Click or drag to resize
MimeKit

FilteredStreamContains Method

Check if the filtered stream contains the specified filter.

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

Parameters

filter  IMimeFilter
The filter.

Return Value

Boolean

Field Value

Boolean
true if the specified filter exists; otherwise

Field Value

Boolean
false.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilter is null.
Remarks
Determines whether or not the filtered stream contains the specified filter.
See Also