I am trying to connect to the Exchange public folders from an ASP page.
I thought this would be fairly simple, however when i get to the open line i get the following error:
"Object or data matching the name, range, or selection criteria was not found within the scope of this operation."
Here is my code
Set oRec = server.CreateObject("ADODB.Record")
sUrl = "http://servername/public/public folder name
oRec.Open sUrl
it breaks out on the open, i am working on this for a long time and cant seem to figure it out. please can anyone give me a clue?????
thanks in advance.