Ako poslať e-mail od webpart v MOSS 2007

Ahoj Devs, Nasledujúce kus kódu odoslať e-mail od webpart.

using System; pomocou System.Collections.Generic; pomocou System.ComponentModel; pomocou System.Text; pomocou System.Web; pomocou System.Web.UI; pomocou System.Web.UI.WebControls; pomocou System.Collections.ObjectModel; pomocou Microsoft.SharePoint.Utilities; pomocou Microsoft.SharePoint; pomocou System.dat; pomocou System.Collections; menného priestoru SendMail { public class SendMail : Microsoft.SharePoint.WebPartPages.WebPart { súkromné textbox txtTo; Tlačidlo súkromné btnSendMail; chránené override […]