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 _
)
public TnefPropertyTag (
TnefPropertyId id,
TnefPropertyType type
)
public:
TnefPropertyTag (
TnefPropertyId id,
TnefPropertyType type
)
public TnefPropertyTag (
TnefPropertyId id,
TnefPropertyType type
)
public function TnefPropertyTag (
id : TnefPropertyId,
type : TnefPropertyType
)
Parameters
- id
A TnefPropertyId enumeration value used to identify this TnefPropertyTag structure.
- type
A TnefPropertyType enumeration value indicating whether this TnefPropertyTag structure is for an attachment or a message.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003