Retrieving eMails in Classis ASP

Discussion in 'Classic ASP' started by PGScannell, Sep 28, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I know how to send eMails through my Classic ASP code. However, I would like to read some eMails from my [email protected] 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page