7

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.

Community
  • 1
  • 1
bill_the_loser
  • 185
  • 1
  • 4
  • 13

4 Answers4

15

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

skhavari
  • 181
  • 1
  • 4
3

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

Georg Fritzsche
  • 97,545
  • 26
  • 194
  • 236
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

cole
  • 125
  • 9
  • 1
    My comment comes late, but this is literally a document from 08/21/2009 and for exchange-10... – Simon Jun 12 '19 at 10:58
  • Great! Worked for me. Not sure why this upset you so much that you have to downvote. – cole Jun 14 '19 at 00:02
2

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

Franz Kiermaier
  • 387
  • 3
  • 19