A Anders Borum Jan 6, 2006 #2 Hello! Could you be a bit more specific? I guess you aren't talking about sending mails, right?
M Morten Wennevik Jan 6, 2006 #3 Hi, Would you by any chance be thinking of this namespace? System.Web.Mail
I Ignacio Machin \( .NET/ C# MVP \) Jan 6, 2006 #4 Hi, ABC said: Is there any classes can handle and process e-mail? Click to expand... 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
Hi, ABC said: Is there any classes can handle and process e-mail? Click to expand... 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