Hi friends, I've done a project in VB.Net about sending e-mails, and I'm trying to Receive e-mails as well, is there any references i should read to get the job done.
Asked
Active
Viewed 1,641 times
1
-
possible duplicate of [Recommendations for a .NET component to access an email inbox](http://stackoverflow.com/questions/18006/recommendations-for-a-net-component-to-access-an-email-inbox) – MarkJ Jan 26 '11 at 15:08
-
Look at the SmtpClient class for querying smtp servers: http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx Also, capitalizing every word of your question makes it harder to read. – Chris Dunaway Sep 28 '10 at 17:28
-
this is not an answer to his question, i believe he was asking about (Receiving e-mails) not sending e-mails . – Aug 08 '12 at 22:54