使用 C# 编写 Outlook 脚本?

发布于 2024-12-08 21:22:13 字数 243 浏览 0 评论 0原文

我正在使用 Outlook 2010。通过开发人员功能区,我发现我可以使用 VBA 编写 Outlook 脚本。我还知道您可以通过 COM 创建 Outlook 插件,这些插件几乎可以将任何内容作为其源语言(包括 C# / .NET)。

但是,是否有任何方法可以使用 C#(而不是 VBA)使用内置 Outlook 功能来实际编码 Outlook 扩展?如果没有,Microsoft 是否有计划在未来版本的 Outlook 中允许这样做?

I'm using Outlook 2010. Via the Developer ribbon, I see that I'm able to script Outlook using VBA. I'm also aware that you can create Outlook addins through COM that can pretty much have anything as their source language (C# / .NET included).

However, is there any way to actually code extensions to Outlook using built-in Outlook functionality using C#, rather than VBA? If not, are there any plans for Microsoft to allow this in future versions of Outlook?

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

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

发布评论

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

评论(1

冷月断魂刀 2024-12-15 21:22:13

我不确定你所说的“内置”功能是什么意思。 Addin 可以访问任何 VBA 可以访问的东西。

您是在谈论将 VBA 编辑器转换为 C Sharp 吗?

I'm not sure what you mean by "built in" functionality. Addin can access anything VBA can access AFAIK.

Are you talking about converting the VBA editor to c sharp?

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