TnefPropertyTag Constructor (Int32)

The TnefPropertyTag constructor creates a new TnefPropertyTag structure identified by the tag parameter.

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

Syntax

'Declaration
Public Sub New ( _
    tag As Integer _
)
'Usage
Dim tag As Integer

Dim instance As New TnefPropertyTag(tag)
public TnefPropertyTag(
    int tag
)

Parameters