Is there a list of IDs for the Outlook MAPI namespace?

南楼画角 提交于 2019-12-22 06:37:17

问题


I'm working on an Outlook add-in and I'm looking for a complete list that relates that MAPI properties to there names that is a little less vague than this.

There is plenty of documentation on how to access those properties, but I'm not having much luck finding anything that tells me what any of the properties are.

P.S. I've seen this post on the subject but I would really like more info on the subject.

Alternatively, if there is information on extending the Out of Office Assistant, the would be appreciated.

Thanks.


回答1:


In some very rare cases there exists documentation from MS as you've seen. The Exchange Server SDK gives you at least some symbolic names, Outlook Spy knows some more by name, OpenMAPI has some named, some float around in the net.

As far as i know though, there is no definitive complete list.

edit:
If you were looking for the mapi properties of properties from the OOM though, Outlook Spy should name most of these. It has a 30 day test period and quickly becomes invaluable when working with Outlook.
And no, i'm not getting provisions ;)




回答2:


Fully documented: http://msdn.microsoft.com/en-us/library/cc433490(EXCHG.80).aspx




回答3:


For anyone that comes across this post and is using the http://schemas.microsoft.com/mapi/proptag/ of accessing MAPI properties: https://msdn.microsoft.com/en-us/library/ms526356(v=exchg.10).aspx




回答4:


For Outlook MAPI property IDs there is a list on slipstick: https://www.slipstick.com/developer/read-mapi-properties-exposed-outlooks-object-model/



来源:https://stackoverflow.com/questions/1589483/is-there-a-list-of-ids-for-the-outlook-mapi-namespace

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