TnefPropertyTag Constructor (TnefPropertyId, TnefPropertyType)

The TnefPropertyTag constructor creates a new TnefPropertyTag structure identified by the parameters id and type.

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

Syntax

'Declaration
Public Sub New ( _
    id As TnefPropertyId, _
    type As TnefPropertyType _
)
'Usage
Dim id As TnefPropertyId
Dim type As TnefPropertyType

Dim instance As New TnefPropertyTag(id, type)
public TnefPropertyTag(
    TnefPropertyId id,
    TnefPropertyType type
)

Parameters