1
vote
Reading the Exchange server time via MAPI
I presume you are getting a MAPI event notification when the message arrives in the Exchange mailbox. I would suggest pushing these messages into a queue and waiting n seconds (e.g. 60 …
2
votes
Outlook PropertyFrom MAPI Schema Property ID
This link to MSDN provides a table which shows the allocation of particular tag range values to an assigned purpose …
1
vote
MAPI: Format of PR_SEARCH_KEY
I believe that the property PR_SEARCH_KEY will be of different formats for different objects (as alluded to by Moishe).
A MAPI message object will have a unique value assigned …
0
votes
Using MAPI w/ C++, how can I open another user’s Inbox?
I would strongly recommend using the Microsoft Exchange MAPI Client (as you have linked). It is engineered to be far more robust than the Outlook version of these libraries. You should find the API …
