Click to See Complete Forum and Search --> : Send and receive e-mails, how?


Raquel
August 30th, 2005, 08:22 AM
Hi everyone,

I am trying to send and receive e-mails from an windows application in c#.

I have read that there are components that you can buy. But I can`t afford them.

Is there anyone who can provide me some code in c# to send and receive e-mails, please?


My e-mail is: trabajotim@hotmail.com

Thanks

mmetzger
August 30th, 2005, 03:39 PM
To send e-mail, look at System.Web.Mail, but this is deprecated in .NET 2.0. As for receiving, it all depends on from what type of server (POP3, IMAP, Exchange, etc.)