Mail via Outlook

Fraser

New Member
Hi,

I recently copied some code from Chris Schreiber which sent email via outlook (thanks Chris) but I had the same problem as RoyC

"I tried running this code, but it said "The automation server for MAPI.Session is not registered properly. Please reinstall the server or try registering it again. (5893)"

I have outlook installed on the Webspeed/Webserver box so I don't really know what to try next. I come from a Unix/Progress Character background so a lot of this stuff is new to me. If anyone could help me it would be appreciated

Thanks
Fraser.
 

adita

New Member
I think you must register CDO.dll and olemsg[32].dll :

regsvr32 "c:\program Files\Common Files\System\MSMAPI\1033\cdo.dll"

Thanks
 
Top