摘要:
1、默认List不接收Mail, Document Library 接收2、默认的Document Library的接收Mail,是sharepoint自己实现的。 SPEmailEventReceiver的方法EmailReceived是空。 所以继承SPEmailEventReceiver后,要实现EmailReceived,不能base.SPEmailEventReceiver();(无反应... 阅读全文
摘要:
Attachments disappear with custom email event handler I was working with custom email event handler in SharePoint using SPEmailEventReceiver and found that when using the default functionality of I am... 阅读全文