我想为 Outlook 2010 应用程序添加一些功能。这些功能将包括:
- 向功能区添加一个按钮,
- 操纵日历,
- 按下功能区按钮后显示 Windows 窗体。
我设法发现有几种方法可以以编程方式干扰 Outlook。它们是:对象模型、PIA、MAPI 和辅助 API。(资源)
您会推荐哪种方法来实现上述要求?我想使用 C#。非常欢迎任何有关 Outlook 开发的提示。
VSTO is probably the easiest way to do that, since it's got designer support in Visual Studio for working with the ribbon.
You can get started by using Create New Project in VS, and expanding the "Office" menu.