Hvordan du sender en mail fra webpart i MOSS 2007

Hej Devs, Følgende er stykke kode til at sende e-mail fra webpart.

ved hjælp af System; hjælp System.Collections.Generic; med System.ComponentModel; hjælp System.Text; hjælp system.web; hjælp System.Web.UI; hjælp System.Web.UI.WebControls; hjælp System.Collections.ObjectModel; hjælp Microsoft.SharePoint.Utilities; hjælp Microsoft.SharePoint; hjælp System.Data; hjælp System.Collections; namespace SendMail { public class SendMail : Microsoft.SharePoint.WebPartPages.WebPart { private TextBox txtTo; privat Button btnSendMail; beskyttet overstyring […]