Click or drag to resize
MimeKit

BoundStreamPosition Property

Get or sets 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
IOException An I/O error occurred.
NotSupportedException The stream does not support seeking.
ObjectDisposedException The stream has been disposed.
Remarks
The Position is relative to the StartBoundary.
See Also