TnefPropertyReader.RawValueLength property
The RawValueLength property returns an integer representing the length, in bytes, of the current property.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property RawValueLength As Integer
Get
'Usage
Dim instance As TnefPropertyReader
Dim value As Integer
value = instance.RawValueLength
public int RawValueLength { get; }
Property value
Type: System.Int32