Collaboration Data Objects error '000043ed'
I'm having some troubles while trying to log on to my exchange server to access / read the mails from the inbox from an ASP page. The Exchange Server and the ( MS Outlookl & IIS 5 ) are on separate servers.
the asp code is
strProfileInfo = strServer & vblf & strProfileName
Set objSession = CreateObject("MAPI.Session")
objSession.Logon "","","", False,"", True, strProfileInfo
I got the following error message in the 3rd line:
"Collaboration Data Objects error '000043ed'
[ - [(80004005)]] "
Should I create a profile for the user in the MSoutlook in the
server. Please let me know how to make it work ?
|