SPEmailEventReceiver的使用(2)问题总结
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