| FilteredStreamContains Method |
Check if the filtered stream contains the specified filter.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Contains(
IMimeFilter filter
)
Parameters
- filter IMimeFilter
- The filter.
Return Value
BooleanField Value
Booleantrue if the specified filter exists;
otherwise
Field Value
Booleanfalse.
Exceptions Remarks
Determines whether or not the filtered stream contains the specified filter.
See Also