Obtain a copy of a table for mapping from property type value to property type name.
e.g.
typeNames[0x0003]
"PtypInteger32"
typeNames[0x001E]
"PtypString8"
typeNames[0x001F]
"PtypString"
typeNames[0x0102]
"PtypBinary"
[MS-OXCDATA]: Property Data Types | Microsoft Docs
Obtain a copy of a table for mapping from property type value to property type name.
e.g.
typeNames[0x0003]returns"PtypInteger32".typeNames[0x001E]returns"PtypString8".typeNames[0x001F]returns"PtypString".typeNames[0x0102]returns"PtypBinary".