sending receiving emails

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

I am developing a web app in which the client wants an email sending and
receiving functionality. Is it possible in C#. If yes where should I start.

If anyone could tell that how long would it take to develop and the human
resources etc

I'll be very thankful
Regards
 
I am developing a web app in which the client wants an email sending and
receiving functionality. Is it possible in C#. If yes where should I start.

If anyone could tell that how long would it take to develop and the human
resources etc

Sending email is a breeze - just investigate the System.Web.Mail namespace.

Receiving mail is a bit trickier - can you describe a bit more what you need
here? E.g. do you need to interface with a "corporate" email system such as
Exchange, or POP3 such as HotMail etc...?
 
Back
Top