Comment faire pour envoyer un Email de WebPart dans MOSS 2007

Salut Devs, Ce qui suit est le morceau de code pour envoyer un courriel à partir webpart.

using System; utilisant System.Collections.Generic; using System.ComponentModel; using System.Text; using System.Web; using System.Web.UI; utilisant System.Web.UI.WebControls; utilisant System.Collections.ObjectModel; Microsoft.SharePoint.Utilities aide; utilisant Microsoft.SharePoint; using System.Data; using System.Collections; SendMail espace de noms { public class SendMail : Microsoft.SharePoint.WebPartPages.WebPart { privé txtTo TextBox; privé btnSendMail Button; protected override […]