| FilteredStreamRemove Method |
Remove a filter.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Remove(
IMimeFilter filter
)
Parameters
- filter IMimeFilter
- The filter.
Return Value
BooleanField Value
Booleantrue if the filter was removed; otherwise
Field Value
Booleanfalse.
Exceptions Remarks
Removes the specified filter from the list if it exists.
See Also