So senden Sie eine Email von WebPart in MOSS 2007

Hallo Devs, Im Folgenden ist der Teil des Codes, um E-Mail von WebPart senden.

using System; Hilfe System.Collections.Generic; Hilfe System.ComponentModel; Hilfe System.Text; Hilfe System.Web; Hilfe System.Web.UI; Hilfe System.Web.UI.WebControls; Hilfe System.Collections.ObjectModel; Hilfe Microsoft.SharePoint.Utilities; Hilfe Microsoft.SharePoint; using System.Data; Hilfe System.Collections; Namespaces SendMail { public class SendMail : Microsoft.SharePoint.WebPartPages.WebPart { Private TextBox txtTo; Private Button btnSendMail; protected override […]