Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error with xmail=createobject('MAPI.SESSION')

Status
Not open for further replies.

hjohnson

Programmer
Aug 1, 2001
90
US
I am getting an error #1733 Class definition MAPI.SESSION is not found when trying to create an object. Is there something that I'm missing in the outlook was installed. I only get this on some users.

Thanks
 
I'm not sure. That class isn't registered on MY system, either, and I have Outlook installed. You'll need to track down which OCX or DLL file that class comes from and get it registered.

Ian
 
On my system, MAPI.Session is registered to "C:\Program Files\Common Files\System\Mapi\1033\CDO.DLL". It appears to have been installed with Outlook XP (from Office XP).

Rick
 
Thanks, I couldn't find CDO.dll on my system, found it on the office2k CD and registered it. It now works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top