Outlook 2003 no more visible from external application?!?

  • Thread starter Thread starter jumpjack
  • Start date Start date
J

jumpjack

My application usuallly used Outlook 2003 to send email, thanks t
these commands

set out=CreateObject("Outlook.Application")
set mapi=out.GetNameSpace("MAPI"

But now, after I reinstalled the whole O.S. and Outlook itself,
always obtain this error
"ActiveX component couldn't create object "Outlook.Application" "

What happened??? :shock: :
 
Maybe you´ve installed any Anti Virus software that blocks these
CreateObject method?
 
Back
Top