Outlook PropertyFrom MAPI Schema Object Identifier

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

0
source share
1 answer

This MSDN link provides a table that shows the allocation of specific tag range values ​​to the intended destination of the MAPI property tag table .

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

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

A value of 0x000b indicates that it is a Boolean type.

I assume that the provider in this case is Exchange Server? Unfortunately, I could not find a description of this property sign.

+3
source

All Articles