|  | FilteredStreamPosition Property | 
            Get or set the current position within the stream.
            
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic override long Position { get; set; }Property Value
Int64The position of the stream.
 Exceptions
Exceptions Remarks
Remarks
            Getting and setting the position of a 
FilteredStream is not supported.
            
 See Also
See Also