Using Redemption dll (Outlook) on a 64 bit machine

▼魔方 西西 提交于 2019-12-08 02:04:26

问题


I have an exe that I have installed on my 32 bit machine, it loops through logged in users Inbox and works fine, (NB I still havent got it working for another user (see here) any ideas there would be appreciated as well!).

But when I install it on 64 bit server I am getting this error:

Creating an instance of the COM component with CLSID {29AB7A12-B531-450E-8F7A-EA94C2F3C05F} from the IClassFactory failed due to the following error: 80004005.

I have registered the Redemption dll on the server (see here).

I have done this running-c-app-32-bit-on-64-bit-machine

NB. The class id would appear to be Redemption.RDOSession (see here)


回答1:


Hanner de Jager nailed it on the comment, but this deserves a full fledged answer.

All you need on the server is to install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects

Outlook is not needed. That's the beauty of Redemption.




回答2:


The solution here was to install the Outlook client on the server.



来源:https://stackoverflow.com/questions/593636/using-redemption-dll-outlook-on-a-64-bit-machine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!