Fixed the Wrapped PST Sample
When I announced the Outlook 2007 Auxiliary Reference, I noted there were a few issues with the wrapped PST sample that I hadn't had time to fix. Well, they're fixed now. You can find the updated download here: https://www.microsoft.com/downloads/details.aspx?FamilyID=ee0af8fd-bbb7-44de-be4d-f33cb1b59563&displaylang=en
It should say Nov07 for version. If it says Oct07, then the new version hasn't propagated to all the servers yet. It should update soon.
BTW - while I was working on the last MFCMAPI update, I found a number of minor problems in the Auxiliary reference. They're not worth detailing here, but they've all been corrected internally and should be fixed when we do our next refresh. Let me know if you spot any problems in the reference and I'll do what I can to get them addressed.
Comments
Anonymous
January 30, 2008
The January '08 refresh for the Outlook 2007 Auxiliary Reference is now live. In addition to a generalAnonymous
September 17, 2008
I have noticed a problem with the replication API. If you are in the LR_SYNC_DOWNLOAD_TABLE state, the DNTBL structure provides a pointer to an IExchangeImportContentsChanges interface. Calling IExchangeImportContentsChanges::ImportMessageMove() returns MAPI_E_NO_SUPPORT, so it is not possible to import a message move. How should message moves be imported?