MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
FilteredStream Class
FilteredStream Methods
Add Method
Contains Method
Dispose Method
Flush Method
FlushAsync Method
Read Method
ReadAsync Method
Remove Method
Seek Method
SetLength Method
Write Method
WriteAsync Method
Filtered
Stream
Add Method
Add a filter.
Namespace:
MimeKit.IO
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Add
(
IMimeFilter
filter
)
Parameters
filter
IMimeFilter
The filter.
Exceptions
Exception
Condition
ArgumentNullException
filter
is
null
.
Remarks
Adds the
filter
to the end of the list of filters that data will pass through as data is read from or written to the underlying source stream.
See Also
Reference
FilteredStream Class
MimeKit.IO Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast