|  | FilteredStreamSource Property | 
            Get the underlying source stream.
            
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic Stream Source { get; }Property Value
StreamThe underlying source stream.
 Remarks
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
See Also