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...?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top