Hi Folks,
I am trying to display the Exchange Global Address list on an ASP page. I had a look at thread333-711903 and it directed me to the following microsoft page:
I have tried executing that on my machine (WinXp with Office 2000) and I get the following message:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/intranet/crm/gal.asp, line 24
Line 24 relates to:
Set objSession= CreateObject("MAPI.Session")
Other articles on this issue seem to point to CDO as the cause of the problem. CDO is installed because I use it all the time to send emails. Do I need to check if I have the correct version - if so, how do I do this?
Or is the problem something else??
Mighty
I am trying to display the Exchange Global Address list on an ASP page. I had a look at thread333-711903 and it directed me to the following microsoft page:
I have tried executing that on my machine (WinXp with Office 2000) and I get the following message:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/intranet/crm/gal.asp, line 24
Line 24 relates to:
Set objSession= CreateObject("MAPI.Session")
Other articles on this issue seem to point to CDO as the cause of the problem. CDO is installed because I use it all the time to send emails. Do I need to check if I have the correct version - if so, how do I do this?
Or is the problem something else??
Mighty