| ChainedStreamPosition 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
It is always possible to get the position of a
ChainedStream,
but setting the position is only possible if all of its streams are seekable.
See Also