Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Add C# Code to Send Mail Add a button to the form, rename the button "SendEmail" and double-click it to edit the code for the button click event. Add the following code: private void SendEmail_Click(object sender, System.EventArgs e)
{
Chilkat.MailMan mailman = new Chilkat.MailMan();
Notes
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.