 | FilteredStreamContains Method |
Check if the filtered stream contains the specified filter.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic bool Contains(
IMimeFilter filter
)
Parameters
- filter IMimeFilter
- The filter.
Return Value
Boolean if the specified filter exists;
otherwise,
.
Exceptions
Remarks
Determines whether the filtered stream contains the specified filter.
See Also