TnefReader.TnefVersion Property
The TnefVersion property gets the TnefVersion attribute, if found, from the TNEF stream that this TnefReader object owns.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property TnefVersion As Integer
Get
'Usage
Dim instance As TnefReader
Dim value As Integer
value = instance.TnefVersion
public int TnefVersion { get; }
Property Value
Type: System.Int32