Click or drag to resize
MimeKit

HeaderOffset Property

Get the stream offset of the beginning of the header.

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

Property Value

NullableInt64
The stream offset.
Remarks
If the offset is set, it refers to the byte offset where it was found in the stream it was parsed from.
See Also