Click or drag to resize
MimeKit

MimeParserPosition Property

Get the current position of the parser within the stream.

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

Property Value

Int64
The stream offset.

Implements

IMimeParserPosition
Remarks
Gets the current position of the parser within the stream.
See Also