Click or drag to resize
MimeKit

TnefReaderAttributeRawValueLength Property

Get the length of the current attribute's raw value.

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

Property Value

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