asp_databases thread: object not created ----- Server.CreateObject("MAPI.Session")
All,
I have a web application on IIS using ASP. It interacts with Exchange
Server 5.5 and send information to calender folder in Exchange Inbox.
Recently we have upgraded to Exchange Server 2000. Now the mail has stoped
working. When we debug it we find that.
the error comes at the following code.
Set oCDOSession = Server.CreateObject("MAPI.Session")
I printed the error numbr and description...
006~ASP 0177~Server.CreateObject Failed~80040605
We are not able to figure out this...
Please help