Is there any classes can handle and process e-mail?

  • Thread starter Thread starter ABC
  • Start date Start date
Hello!

Could you be a bit more specific? I guess you aren't talking about sending
mails, right?
 
Hi,

ABC said:
Is there any classes can handle and process e-mail?

You can send email easily, just use System.Web.Mail namespace where you will
find classes for that, why it's under Web I have no idea though.

If you need more features, like Imap, pop3, authentication to send email,
etc you need third party tools
 
Back
Top