TnefPropertyTag.Id Property

The Id property gets the ID 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 Id As TnefPropertyId
    Get
'Usage
Dim instance As TnefPropertyTag
Dim value As TnefPropertyId

value = instance.Id
public TnefPropertyId Id { get; }