Outlook 加载项工具 API

发布于 2024-07-26 00:10:37 字数 104 浏览 5 评论 0 原文

我想创建一个 Outlook 插件工具,它允许我指向一封电子邮件并将整个邮件上传到我控制的数据库中。 我很难找到关于如何执行此操作的良好文档。 感谢指点和参考。

鲍勃

I want to create an Outlook add-in tool that will allow me to point to an email and upload the entire message to a database I control. I am having difficulty finding good documentation on how to do this. Pointers and references appreciated.

Bob

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

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

发布评论

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

评论(3

悲念泪 2024-08-02 00:10:38

Microsoft 有一篇文章,名为 使用 Windows Presentation Foundation 为 Outlook 2007 构建自定义加载项

MSDN 上还有很多其他内容,您可以 google 一下: http://www.google.se/search?hl=sv&rlz=1C1GGLS_svSE309SE303&q=outlook+add-in+site:msdn.microsoft.com&

(我尝试过链接它,但文本格式的东西就是不喜欢我或其他东西)

Microsoft has an article called Building a Custom Add-in for Outlook 2007 Using Windows Presentation Foundation.

There's a bunch of other stuff on MSDN, you can google it: http://www.google.se/search?hl=sv&rlz=1C1GGLS_svSE309SE303&q=outlook+add-in+site:msdn.microsoft.com&

(I tried to link that but the text-formatting thingy just don't like me or something)

吾家有女初长成 2024-08-02 00:10:38

嗯...您可以自己完成此操作,但最终会遇到 OOM(Outlook 对象模型)无法处理的各种问题。

最好的选择是研究预先构建的解决方案。 本质上,您真正需要的是电子邮件存档解决方案。 大多数好的插件(例如 commvault)都包含插件(用于 Outlook)和接收器(用于 OWA)。

然后,您可以完全关闭 PST,并允许用户通过插件管理所有非邮箱电子邮件。

自己动手......风险自负。

hmmm... you could do this yourself but you will eventually hit all kinds of issues that the OOM (outlook object model) can't handle.

your best bet is to investigate a pre-built solution. Essentially what you really need is an email archival solution. Most good ones (such as commvault) include both addins (for outlook) as well as sinks (for OWA).

You can then turn off PSTs altogether and allow users to manage all there non-mailbox email via the addin.

roll your own.. at your own risk.

画骨成沙 2024-08-02 00:10:38

网上有很多关于如何执行此操作的信息。
它们的范围从使用 VBA 在 Outlook 中构建宏到构建完整的 VSTO 插件。

我想这取决于您所了解的语言、您所使用的 Outlook 版本、您想要的部署方式等。

www.outlookcode.com 是一个很好的起点。
以及 msdn 上的 api 文档。

如果您了解 VBA,那么首先使用宏来完成一些工作就很容易了。 然后你会发现你是否遇到减速带并且必须移动到插件

There is quite alot of infomation on how to do this on the net.
They range from building a macros in Outlook using VBA to building full blown VSTO addins.

I guess it depends on what you langs know what versions of outlook you are using how you want deploy etc.

www.outlookcode.com is a great place to start.
and the api doc on msdn.

If you know VBA it is easy to knock something up first with a macro. you will then find out if you hit speed bumps and have to move to an addin

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