Click to See Complete Forum and Search --> : C# email via windows app


DARTHTAMPON
04-11-2006, 12:03 PM
I was just wondering if it was possable to send emails via windows apps. I did a seach on the internet and all the howto seem to only get into sending emails via the web. Is it possable to send emails via the windows app and what objects are needed to do so.

Can I use the same code that would be used with a webpage such as
EmailWeb.aspx.cs using System;

or do I need to run a different object. Any help would be greatly appreciated