gpt4 book ai didi

vb.net - 通过 vb.net 中的兑换同步到 Outlook 2010

转载 作者:行者123 更新时间:2023-12-04 18:41:42 27 4
gpt4 key购买 nike

我正在开发一个应用程序,我想在其中同步 outlook 日历、邮件等。我那里的这段代码适用于 Outlook 2003、2007。但我不知道它对 outlook 2010 造成了什么问题。我使用以下内容:

redemption dll 5.4 version-32 bit
office 对象核心 14 dll-32 位
office -32位版本
Visual Studio 2008

我收到这个错误:

Cannot create ActiveX component.

在下面一行:

session = CreateObject("Redemption.RDOSession")

session 在哪里:

Dim session As Redemption.RDOSession

之后显示以下错误:

Either there is no default mail client or the current mail client cannot fulfill the messaging request

我试过了various things但它是一样的。我也重装了,修复了outlook,修复了注册表。

有什么想法吗?

最佳答案

这对我有用:

首先,我会说我使用兑换自带的Customize.exe创建了一个名为ffloader.dll的dll

接下来,我按如下方式注册了那个dll(32位)regsvr32 ffloader.dll

最后在 vb.net 代码中我创建了 session 如下:

Dim Session As Redemption.RDOSession = CreateObject("ffloader.ffRDOSession")

希望对您有所帮助!

关于vb.net - 通过 vb.net 中的兑换同步到 Outlook 2010,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12690127/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com