是否可以为 MS Outlook 2007 创建自定义邮件存储?

发布于 2024-08-11 23:49:11 字数 219 浏览 3 评论 0原文

我知道 Outlook 将所有邮件存储在 .PST 文件中。

是否可以为 Outlook 2007 创建自定义存储引擎?

我希望拥有类似于“个人文件夹”的功能,但有一个新的文件夹节点,其中所有内容都存储在 SQL Server 数据库中。

Outlook 的可扩展性是否足以允许交换内部存储,同时保持 UI 完好无损(这样我就不必从头开始重新创建它)?

谢谢

I know that Outlook stores all mail in a .PST file.

Is it possible to create a custom storage engine for outlook 2007?

I would like to have the functionality similar to 'Personal folders', but have a new node of folders where everything is stored in a SQL Server database.

Is Outlook extensible enough to allow swapping the internal storage, while leaving the UI intact (so I don't have to recreate it from scratch)?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

策马西风 2024-08-18 23:49:11

您可能会发现这篇文章很有趣 - Outlook to SQL

它是关于同步 Exchange Server 的与SQL数据库。不幸的是我不知道如何才能完全抛弃“Outlook存储引擎”

You can find this article interesting - Outlook to SQL

It is about syncing Exchange Server with SQL database. Unfortunately I am not aware how you can completely put away the "Outlook storage engine"

彡翼 2024-08-18 23:49:11

您可以相当轻松地将电子邮件与 SQL 同步,但更换存储引擎和删除 PST 听起来很棘手。
我猜测您至少部分需要使用 MAPI 和 CDO 来完成此操作。
我不认为 Outlook OM 的新存储引擎部分可以做到这一点。

是否有特定原因导致将数据同步到 SQL 不足以满足您的需求?

You could synchronise your email with SQL fairly easily, but replacing the storage engine and removing the PST sounds tricky.
At a guess I'd say you will at least in part need to use MAPI and CDO to do this.
I don't think the new storage engine part of the Outlook OM will do it.

Is there a specific reason why syncing the data into SQL is insufficient for your needs?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文