| HeaderOffset Property |
Get the stream offset of the beginning of the header.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public long? Offset { get; }
Property Value
NullableInt64The 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