Where are Exchange Web Services: ExtendedPropertyDefinition IDs defined?

∥☆過路亽.° 提交于 2019-12-22 06:43:16

问题


In researching how to use Exchange Web Services, I see examples like this

Dim PR_DELETED_ON As New ExtendedPropertyDefinition(26255, MapiPropertyType.SystemTime)
Dim PR_SEARCH_KEY As New ExtendedPropertyDefinition(12299, MapiPropertyType.Binary)

That first parameter is an int that represents the property ID. Can anyone give me a pointer to where those ID numbers are defined?


回答1:


Those are called Microsoft Exchange Property Tags and can be found here




回答2:


Have a look at Outlook Spy. It can tell you those numbers. There is a screen shot on that site that shows how to get them.



来源:https://stackoverflow.com/questions/2045233/where-are-exchange-web-services-extendedpropertydefinition-ids-defined

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