Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 930
bill_the_loser Avatar asked Oct 19 '09 15:10

bill_the_loser


4 Answers

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

like image 187
skhavari Avatar answered Oct 20 '22 07:10

skhavari


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 ;)

like image 40
Georg Fritzsche Avatar answered Oct 20 '22 05:10

Georg Fritzsche


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

like image 3
cole Avatar answered Oct 20 '22 05:10

cole


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

like image 2
Franz Kiermaier Avatar answered Oct 20 '22 06:10

Franz Kiermaier