Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在尝试为 Outlook 开发一个插件。我们的客户已经在使用另一个供应商提供的另一个插件。我们正在尝试自定义 Outlook 发送事件(ItemSend事件)。不幸的是,我们的处理程序必须在其他供应商的事件处理程序执行后执行。
ItemSend
我们可以控制事件处理程序的执行顺序吗?
谢谢,纳雷什