Retrieve Email using ADO

C

Con

I am trying to access a remote email host via ASP to retrieve a list of
messages for the mail account, I have tried the following code to no avail,
any suggestions or pointers would be appreciated.

<%
set popctrl = Server.CreateObject("adodb.connection")
popctrl.Provider = "ExOLEDB.DataSource"
popctrl.Open "mail.company.com",[email protected],"passwd"

%>
 
W

William Morris

Is such a thing even possible with ADO? I'm guessing you need a third party
control, like JMail Pro, or ASPPop.

But, debugging what you've posted, ought there to be quotes around the
username?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,818
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top