摘要: //ExchangeService service = new ExchangeService(); ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2); ... 阅读全文
posted @ 2013-04-10 17:09 zyip 阅读(746) 评论(1) 推荐(0) 编辑
摘要: using System;using System.ComponentModel;using System.Web.UI.WebControls.WebParts;using Microsoft.SharePoint;namespace ZY.VisualWebPart1{ [ToolboxItemAttribute(false)] public partial class VisualWebPart1 : WebPart { System.Web.HttpResponse Response = null; // Uncomment the fol... 阅读全文
posted @ 2013-04-10 14:14 zyip 阅读(269) 评论(0) 推荐(0) 编辑
摘要: [Contribute] SPBasePermissions.ViewPages | SPBasePermissions.Open | SPBasePermissions.AddListItems | SPBasePermissions.E... 阅读全文
posted @ 2013-04-10 13:35 zyip 阅读(416) 评论(0) 推荐(0) 编辑