Outlook 2003 插件

发布于 2024-07-16 01:14:56 字数 145 浏览 2 评论 0原文

我想为 Outlook 2003 创建一个自定义插件/插件,以支持与任务管理系统的集成功能。

我无法找到很多好的开发资源。

有人可以解释一下 Outlook 2003 的架构和插件的开发吗?

也欢迎良好的链接/资源。

I want to create a custom Addon/plugin for Outlook 2003, to support integrated functionality with a task management system.

I am unable to find many good development resources for the same.

Can someone please explain Outlook 2003 architecure and development of a plugin.

Good links/resources are also welcome.

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

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

发布评论

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

评论(2

风启觞 2024-07-23 01:14:56

以下是来自 MSDN 的有关 Outlook 体系结构的教程,开始构建 Outlook 2003 插件:
http://msdn.microsoft.com/en-us/library/aa289167。 aspx

这里还有一个巨大的资源列表:http://www.microeye .com/resources/res_tech_vsnet.htm

祝你好运!

Here is a tutorial on outlook architecture getting started building Outlook 2003 plugins from MSDN:
http://msdn.microsoft.com/en-us/library/aa289167.aspx

There is also a huge list of resources here: http://www.microeye.com/resources/res_tech_vsnet.htm

Good luck!

海风掠过北极光 2024-07-23 01:14:56

你想要的都可以做到。

最重要的是,您需要使用 Visual Studio 2005 Visual Studio 2008 加上 Visual Studio Tools for Office (VSTO) 加上 Outlook 2003(当然)来构建 Outlook 的“Addin”。

插件编写起来相当复杂,主要是因为 Outlook 有一些怪癖,但没有得到很好的记录。 例如,即使对于同一对象,方法 Outlook.MailItem.GetHashCode() 也并不总是相同,尽管您可能期望从看似绝对的对象“HashCode”中得到什么。 知道 VSTO+Outlook API 的这一点和许多其他怪癖都是为了专业人员获得报酬。 有很多怪癖。 如果您正在学习,那么您将需要从 Gdeglin 提供的资源开始。

另请参阅 MSDN VSTO 论坛:
http://social.msdn.microsoft.com/Forums/en- US/vsto/threads <- 非常活跃!

Outlook 代码: http://www.outlookcode.com/

这里还有一个 Google 在 MSDN 上搜索各种 VSTO“提示”。

What you want can be done.

The bottom line is that you need to use Visual Studio 2005 or Visual Studio 2008 plus Visual Studio Tools for Office (VSTO) plus Outlook 2003 (of course) to build an "Adddin" for Outlook.

Addins are quite complicated to write mostly because Outlook has eccentricities that are not well documented. For example, a method Outlook.MailItem.GetHashCode() is not always the same even for the same object despite what you might expect from something as seemingly absolute as a 'HashCode' for an object. Knowing that and many other quirks of the VSTO+Outlook API are for what the professionals get paid. There are MANY quirks. If you are learning then you will need to start with the resources Gdeglin has provided.

Also look at the MSDN VSTO forum:
http://social.msdn.microsoft.com/Forums/en-US/vsto/threads <- very active!

And Outlook code: http://www.outlookcode.com/

Also here is a Google search on MSDN for various VSTO 'tips'.

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