TnefPropertyTag.TnefType Property
The TnefType property gets a TnefPropertyType enumeration value indicating the type of this TnefPropertyTag structure.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property TnefType As TnefPropertyType
Get
'Usage
Dim instance As TnefPropertyTag
Dim value As TnefPropertyType
value = instance.TnefType
public TnefPropertyType TnefType { get; }
Property Value
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyType