TnefReader.AttributeLevel Property

The AttributeLevel property returns a TnefAttributeLevel enumeration value indicating whether the current attribute is applied to a message or an attachment.

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

Syntax

'Declaration
Public ReadOnly Property AttributeLevel As TnefAttributeLevel
    Get
'Usage
Dim instance As TnefReader
Dim value As TnefAttributeLevel

value = instance.AttributeLevel
public TnefAttributeLevel AttributeLevel { get; }