Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Send Mail Using VS03 and Windows Application
 

Send Mail Using VS03 and Windows Application

Hi All,

I am using VS03 + C# + windows Application.

In my application i want to send a mail.How can i send mail just like web application?

The procedure in C# is appriciated.

Thanks in advance.

sunDAC  Wednesday, June 11, 2008 12:22 PM

To send an email with a vs 2003 windows application use the classes in the system.web.mail namespace. This website is the best resource around for system.web.mail

http://www.systemwebmail.com/default.aspx

Ken Tucker  Thursday, June 12, 2008 9:41 PM

To send an email with a vs 2003 windows application use the classes in the system.web.mail namespace. This website is the best resource around for system.web.mail

http://www.systemwebmail.com/default.aspx

Ken Tucker  Thursday, June 12, 2008 9:41 PM

You can use google to search for other answers

Custom Search

More Threads

• VS2005: Inherited Base forms and control event issues
• Read Table Names from Access Database
• Handling data in two datagridviews
• DataView
• Problem in MDI Forms
• DataGridView Odd Behavior
• event of textboxcolumnstyle.textbox is being raised multiple times
• DataGridView - changing DataSource
• Datagridview - generic display
• Getting icons in ColumnHeader of ListView control in VB.NET