Application_Startup() not firing

前端 未结 4 484
梦谈多话
梦谈多话 2021-01-16 03:03

I\'ve code in the \"ThisOutlookSession\" module.

Application_ItemSend works, events are triggered when sending mail.

Application_Startup runs when I initiate

4条回答
  •  余生分开走
    2021-01-16 03:17

    I tested your code and I’ve ran into the same problem. I have solved this problem by restarting my PC and adding the Public Sub Application_Quit() method.

提交回复
热议问题