Share via


TnefReader.AttributeRawValueLength property

The AttributeRawValueLength property gets an integer representing the length of the raw value of the current attribute.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property AttributeRawValueLength As Integer
    Get
'Usage
Dim instance As TnefReader
Dim value As Integer

value = instance.AttributeRawValueLength
public int AttributeRawValueLength { get; }

Property value

Type: System.Int32

See also

Reference

TnefReader class

TnefReader members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace