ItemSend event is not firing

后端 未结 1 1790
栀梦
栀梦 2020-12-21 07:05

I have an Outlook 2007 Add-in (VSTO). Any mail sent with Outlook should be modified before that.

I use the Application.ItemSend event and it works fine

相关标签:
1条回答
  • 2020-12-21 07:12

    This is by design: messages created and sent by Simple MAPI or mailto url do not trigger OOM events. This is done on purpose - there were some problems in those scenarios, so events were completely disabled.

    0 讨论(0)
提交回复
热议问题