1、默认List不接收Mail,
   Document Library 接收

2、默认的Document Library的接收Mail,是sharepoint自己实现的。
   SPEmailEventReceiver的方法EmailReceived是空。
   所以继承SPEmailEventReceiver后,要实现EmailReceived,不能base.SPEmailEventReceiver();(无反应,空方法)

3、VSeWSS不支持SPEmailEventReceiver的部署。
    a.部署时不会自动修改×.xml
    b.webconfig的SafeControl需要自己添加。

4、DEBUG
   SPEmailEventReceiver process runs in the context of the OWSTIMER, not in the W3WP.
   SPEmailEventReceiver 运行的上下文是Owstimer,不是w3wp.
   因此DEbug时,附加的进程应该是Owstimer.exe

5、代码
   http://download.csdn.net/source/1794593

  

相关文章:

  • 2021-09-13
  • 2021-11-18
  • 2021-07-05
  • 2022-03-04
  • 2021-06-18
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-09
  • 2021-09-14
  • 2021-12-22
  • 2022-12-23
  • 2021-05-21
  • 2021-06-23
  • 2021-11-15
相关资源
相似解决方案