Outlook约会功能区按钮事件

时间:2012-05-02 15:45:59

标签: .net outlook vsto add-in

我将尝试特定一个示例,但我可以讨论Outlook 2010中的任何功能区按钮事件。当您去创建约会时,新的约会对话框将打开,顶部有一个功能区,您可以保存,邀请与会者等。还有一个按钮,您可以创建重复发生模式。我想知道是否可以实现一个事件处理程序来响应重复按钮单击事件?

1 个答案:

答案 0 :(得分:1)

您需要替换GroupAppointmentMoreOptions组。您应该下载XLS spreadsheet containing the existing Outlook 2010 control IDs请参阅OutlookAppointmnentItemControls.xlsx )。

要更换功能区组,请参阅this website which describes how to properly modify existing Ribbon Groups