email class
-
HI, i've been exploring the net framework classes for a while and i didn't find a email class to send mails (pop3) . I'm missing or .NET does not owns a class like that? i think, Python brigs one in its class library, the NET framework, very much bigger, should do too Thanks in Advance Marcos
-
HI, i've been exploring the net framework classes for a while and i didn't find a email class to send mails (pop3) . I'm missing or .NET does not owns a class like that? i think, Python brigs one in its class library, the NET framework, very much bigger, should do too Thanks in Advance Marcos
You can send email with SMTP. Take a look at System.Web.Mail[^]. Then take a look at this article[^] to see an example usage. Jon Sagara Hi! I'm Melanoma, Moley Russell's wart. -- Uncle Buck
-
HI, i've been exploring the net framework classes for a while and i didn't find a email class to send mails (pop3) . I'm missing or .NET does not owns a class like that? i think, Python brigs one in its class library, the NET framework, very much bigger, should do too Thanks in Advance Marcos
Hi Marcos, Do you want to Send Mails or Recieve Mails. When you send mails, you use SMTP. POP3 is used for recieving emails. This clears and solves your first sentence of your posting. Regarding your doubt regarding .NET Framework classes to send mails, check out System.Web.Mail (It has an exhaustive collection of classes and methods to send mail) Check out http://www.c-sharpcorner.com/ for some code snippets in checking mails using POP3.) deepak Deepak Kumar Vasudevan http://deepak.portland.co.uk/