使用 Visual C# 2008 Express 开发 Outlook 插件?

发布于 2024-07-29 00:24:29 字数 179 浏览 11 评论 0原文

我正在尝试开发 Outlook 插件。 我正在使用 Visual Studio 的 Express 版本,并且 Express 版本中似乎缺少 Outlook 集成功能(故意)。

确实是这样吗?

是否有第 3 方库允许使用 Express 版本连接到 Outlook 模型?

谢谢

I'm looking to experiment with developing an Outlook plugin. I'm using the express edition of Visual Studio, and it seems the Outlook integration feature is missing from the Express edition (intentionally).

Is that indeed the case?

Are there 3rd party libraries that allow connecting to the Outlook model with the Express edition?

Thanks

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

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

发布评论

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

评论(3

花开浅夏 2024-08-05 00:24:29

您只需安装 Office 互操作程序集 并引用它们。那么你应该可以走了。

You only need to install the Office Interop Assemblies and reference those.. then you should be good to go.

蹲在坟头点根烟 2024-08-05 00:24:29

您可以使用Add-in-Express。 他们说支持 Visual C# .NET 2008 Express。 然而它并不便宜(349 美元)。

You can use Add-in-Express. They say that Visual C# .NET 2008 Express is supported. It is however not that cheap (US$ 349).

浅听莫相离 2024-08-05 00:24:29

Have a look at Hacking Outlook The big problem is that OUtlook Express is something that Microsoft really don't want you to extend and the COM interface is far from complete, far from documented and infact definitely not the recommended way to do things. However there isn't a recommended way so the only choice left is to use what you can i.e. the COM interface.
So automate the interace you are basically back to old techniques such as using Windows messages and hooking the interface - good luck it isn't easy.
PS -- Full Outlook is another matter and is just a matter of creating a standard Office add in.

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