TnefPropertyReader.PropertyTag property

The PropertyTag property returns a TnefPropertyTag structure indicating the MAPI property to which the current TNEF property corresponds.

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

Syntax

'Declaration
Public ReadOnly Property PropertyTag As TnefPropertyTag
    Get
'Usage
Dim instance As TnefPropertyReader
Dim value As TnefPropertyTag

value = instance.PropertyTag
public TnefPropertyTag PropertyTag { get; }

Property value

Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyTag

See also

Reference

TnefPropertyReader structure

TnefPropertyReader members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace