使用 C# 编写 Outlook 脚本?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你所说的“内置”功能是什么意思。 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?