PDA

View Full Version : Retrieving eMails in Classis ASP


PGScannell
09-28-2010, 09:58 AM
I know how to send eMails through my Classic ASP code. However, I would like to read some eMails from my info@kofcri.org eMail address. the reason for this request is that many of the eMail addresses that are sent through my eMail module are invalid. I have tried to Goodle "receive eMail via cdosys" but all the links refer to sending. What is the corresponding code to do a receive?

Thanks in advance,
Jerry Scannell

bruce
09-28-2010, 10:52 AM
cdo is for sending email.

You'll have to use one of the POP3 component to retrieve email.

This is available on the server, IPWorksASP6.POP