如何在MOSS包部署解决方案 2007

要部署如*. wsp解决方案包或SharePoint农场*.驾驶室. 首先,我们需要添加的解决方案包文件到解决方案存储, 那么它可以部署在Web应用程序级或农场一级(全球部署). 使用以下stsadm命令添加到部署存储解决方案. 使用stsadm -0 addsolution […]

如何发送一个从WebPart在MOSS邮箱 2007

嗨离散事件, 下面是一段代码,发送电子邮件的WebPart.

使用系统; 使用System.Collections.Generic; 使用System.ComponentModel; 使用System.Text; 使用的System.Web; 使用System.Web.UI程序; 使用System.Web.UI.WebControls程序; 使用System.Collections.ObjectModel; 使用Microsoft.SharePoint.Utilities; 使用Microsoft.SharePoint程序; 使用System.Data; 使用System.Collections; 命名空间的SendMail { 公共类的SendMail : Microsoft.SharePoint.WebPartPages.WebPart { 私人的TextBox txtTo; 私人按钮btnSendMail; 保护覆盖 […]