Click or drag to resize
MimeKit

FilteredStreamPosition Property

Get or set the current position within the stream.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override long Position { get; set; }

Property Value

Int64
The position of the stream.
Exceptions
ExceptionCondition
NotSupportedException The stream does not support seeking.
Remarks
Getting and setting the position of a FilteredStream is not supported.
See Also