0

Hi I have an Outlook form that I'd like to provide ready access to by adding a button or link to it on the outlook toolbar. How can I customize the toolbar to do this?

Essentially, a single click of the button on the toolbar should bring up the custom form.

This should work in Outlook 2003 and 2007 (preferably). If it only works in 2007 that would be acceptable.

Thanks!

4

1 回答 1

0

有很多方法可以做到这一点,我想正确的方法是创建和部署加载项。

查看工具栏部分中的此示例,了解如何在插件中创建按钮。

http://www.packtpub.com/article/microsoft-office-outlook-programming-vsto-c-sharp-part1

然后,您将需要单击处理程序来打开您的自定义表单。

看看这里的代码 SO如何创建自定义 Outlook 项目?

于 2010-05-17T15:53:12.507 回答