TnefReader.AttributeTag Property
The AttributeTag property returns a TnefAttributeTag enumeration value that identifies 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 AttributeTag As TnefAttributeTag
Get
'Usage
Dim instance As TnefReader
Dim value As TnefAttributeTag
value = instance.AttributeTag
public TnefAttributeTag AttributeTag { get; }
Property Value
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefAttributeTag