11 2009 档案

摘要: On Saturday when I was adding my finishing touches to my demo for the Philly Code Camp I ran into an error with Visual Studio 2008 VSTO and InfoPath 2007. Whenever I tried to run my InfoPath 2007 form...阅读全文
posted @ 2009-11-24 12:54 玛雅人 阅读(155) | 评论 (0) 编辑
摘要: 1、默认List不接收Mail, Document Library 接收2、默认的Document Library的接收Mail,是sharepoint自己实现的。 SPEmailEventReceiver的方法EmailReceived是空。 所以继承SPEmailEventReceiver后,要实现EmailReceived,不能base.SPEmailEventReceiver();(无反应...阅读全文
posted @ 2009-11-05 17:38 玛雅人 阅读(105) | 评论 (0) 编辑
摘要: 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...阅读全文
posted @ 2009-11-05 17:26 玛雅人 阅读(139) | 评论 (0) 编辑