【发布时间】:2022-01-23 17:44:22
【问题描述】:
我有一些定期会议(属性 IsRecurring = 1),当我想删除一些会议时,我得到“打开重复项目”弹出窗口,我想捕捉状态 - 如果我只想打开这个(1)或整个系列(2)。
试过了:
currentExplorer.SelectionChange += new ExplorerEvents_10_SelectionChangeEventHandler(CurrentExplorer_Event); currentExplorer.ViewSwitch += new ExplorerEvents_10_ViewSwitchEventHandler(ViewSwitch_Event);
此事件未捕获选择状态。 获取此信息的最佳方式是什么?
【问题讨论】:
标签: c# vsto outlook-addin