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