I needed access to the private address books of a user in Windows.
The software I am working on is using C++ and using anything else is not an option.
I solved all the problems except for how to access the photos that are stored with the contacts in Outlook (or any other MAPI address book provider).
The information I need:
- What format are those pictures stored in?
- Which property type (PR_XXX) is my code supposed to query for?
But maybe those pictures cannot be retrieved like other properties of the contact (e.g. like surname or email address)