Click or drag to resize
MimeKit

TnefReaderAttributeRawValueStreamOffset Property

Get the stream offset of the current attribute's raw value.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int AttributeRawValueStreamOffset { get; }

Property Value

Int32
The stream offset of the current attribute's raw value.
Remarks
Gets the stream offset of the current attribute's raw value.
See Also