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
- id
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyId
A TnefPropertyId enumeration value used to identify this TnefPropertyTag structure.
- type
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyType
A TnefPropertyType enumeration value indicating whether this TnefPropertyTag structure is for an attachment or a message.