| FilteredStreamSource Property |
Get the underlying source stream.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public Stream Source { get; }
Property Value
StreamThe underlying source stream.
Remarks
In general, it is not a good idea to manipulate the underlying
source stream because most
IMimeFilters store
important state about previous bytes read from or written to
the source stream.
See Also