PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Outlook 2003 no more visible from external application?!?

Reply

Outlook 2003 no more visible from external application?!?

 
Thread Tools Rate Thread
Old 24-02-2005, 08:21 AM   #1
jumpjack
Guest
 
Posts: n/a
Default Outlook 2003 no more visible from external application?!?


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: :

  Reply With Quote
Old 25-02-2005, 07:37 AM   #2
Michael Bauer
Guest
 
Posts: n/a
Default Re: Outlook 2003 no more visible from external application?!?

Maybe you´ve installed any Anti Virus software that blocks these
CreateObject method?

--
Viele GrĂĽĂźe
Michael Bauer


"jumpjack" <jumpjack@libero-dot-it.no-spam.invalid> wrote in message
newsNGdnSpfYrjrE4DfRVn_vA@giganews.com...
> My application usuallly used Outlook 2003 to send email, thanks to
> these commands:
>
>
> set out=CreateObject("Outlook.Application")
> set mapi=out.GetNameSpace("MAPI")
>
>
> But now, after I reinstalled the whole O.S. and Outlook itself, I
> always obtain this error:
> "ActiveX component couldn't create object "Outlook.Application" ".
>
> What happened??? :shock: :x
>


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off