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

4

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.

Oligoclase answered 19/10, 2009 at 15:47 Comment(0)
T
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 ;)

Thetos answered 19/10, 2009 at 18:51 Comment(0)
S
16

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

Spermatogonium answered 21/12, 2009 at 2:15 Comment(2)
oh yea! this is what we're looking forBawdy
these are exchange, not MAPI, I think - looking for one that includes PR_SMTP_ADDRESS / 0x39fe001e, and those don't seem to... any ideas?Presnell
T
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 ;)

Thetos answered 19/10, 2009 at 18:51 Comment(0)
L
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

Liberec answered 29/1, 2018 at 18:34 Comment(2)
My comment comes late, but this is literally a document from 08/21/2009 and for exchange-10...Clouet
Great! Worked for me. Not sure why this upset you so much that you have to downvote.Liberec
M
2

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

Monteiro answered 13/11, 2019 at 14:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.