J
jumpjack via OfficeKB.com
My application was able to send email through Outlook using these
instructions:
set out=CreateObject("Outlook.Application")
set mapi=out.GetNameSpace("MAPI")
Now, after reinstalling my O.S., the program doesn't work anymore, I always
obtain this error:
"ActiveX component couldn't create object "outlook.application" "
What's going on?!?
instructions:
set out=CreateObject("Outlook.Application")
set mapi=out.GetNameSpace("MAPI")
Now, after reinstalling my O.S., the program doesn't work anymore, I always
obtain this error:
"ActiveX component couldn't create object "outlook.application" "
What's going on?!?