Como enviar um e-mail WebPart no MOSS 2007

Oi Devs, O seguinte é o pedaço de código para enviar e-mail de webpart.

usando o sistema; utilizando System.Collections.Generic; using System.ComponentModel; usando System.Text; usando System.Web; usando System.Web.UI; usando System.Web.UI.WebControls; usando System.Collections.ObjectModel; Microsoft.SharePoint.Utilities usando; usando Microsoft.SharePoint; using System.Data; using System.Collections; SendMail namespace { public class SendMail : Microsoft.SharePoint.WebPartPages.WebPart { txtTo TextBox privada; btnSendMail Button privada; protected override […]