Outlook PropertyFrom MAPI Schema Property ID

老子叫甜甜 提交于 2019-12-08 12:08:42

问题


I am looking to get the actual property name from a MAPI schema property. I'm obtaining the MAPI Schema property "http://schemas.microsoft.com/mapi/proptag/0x67AA000B" but I would like to know what field this corresponds to (I.E. Anniversary, BusinessAddress, etc). Any insight would be appreciated.


回答1:


This link to MSDN provides a table which shows the allocation of particular tag range values to an assigned purpose MAPI Property Tag Table.

The table indicates that 0x67aa000b is in the following range:

0x6600  0x67FF  Provider-defined internal non-transmittable property

The value 0x000b indicates this is a Boolean type.

I presume the provider in this case is Exchange Server? Unfortunately I've been unable to locate a description of this property tag's meaning.



来源:https://stackoverflow.com/questions/184427/outlook-propertyfrom-mapi-schema-property-id

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!