Click or drag to resize
MimeKit

FilteredStreamSource Property

Get the underlying source stream.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Stream Source { get; }

Property Value

Stream
The 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