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"
%>
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"
%>