TnefPropertyTag constructor
The TnefPropertyTag constructor overloads create new TnefPropertyTag structures.
Overload list
Name | Description | |
---|---|---|
TnefPropertyTag(Int32) | The TnefPropertyTag constructor creates a new TnefPropertyTag structure identified by the tag parameter. | |
TnefPropertyTag(TnefPropertyId, TnefPropertyType) | The TnefPropertyTag constructor creates a new TnefPropertyTag structure identified by the parameters id and type. |
Top