Guest marcg Posted September 11, 2002 Posted September 11, 2002 LS, Can anyone help me with the question on how to "pop" mail from a POP3-complient e-mail server from VB.Net? I want the program to be able to download the mail headers (sender address, replyto address, subject etc), the mail body and any attachments to the downloaded mail. The program will scan te incoming mail and eventually return mail to the sender (I know how that works) and it should also leave the read mails on the server (so the "person"-owner can still download the mails to his mail client program). Thank you for your assistance! Quote
*Gurus* Derek Stone Posted September 11, 2002 *Gurus* Posted September 11, 2002 The framework doesn't provide a direct method of retrieving email. You'll need to implement POP3 using the System.Net.Sockets namespace. Quote Posting Guidelines
Eloff Posted May 25, 2003 Posted May 25, 2003 Great piece of software does it for you I use: http://www.quiksoftcorp.com/emdotnet/. Got my program running in under an hour. You could write your own, but why reinvent the wheel? Quote
Sylonious Posted June 3, 2003 Posted June 3, 2003 Re: Great piece of software does it for you I use: http://www.quiksoftcorp.com/emdotnet/. Got my program running in under an hour. You could write your own, but why reinvent the wheel? There is a difference between reinventing the wheel and learning. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.