Page 1 of 1

OLE AND OUTLOOK EXPRESS

Posted: Thu Jan 24, 2008 6:27 am
by Manuel Valdenebro
SPECIAL ATTENTION ENRICO MARIA:

I have an old application working satisfactorily. Between its opcions, it has to send email, using OLE [ GetActiveObject( "Outlook.Application" ) ].

One customer has actualized Offices and now his default email program it is Office-2003. He dont like that, and then I had changed (hard job) to OutLook Express again (Internet Option + changing regedit.exe). But now the problem is that when my application try to CreateObject ( "Outlook.Application" ) show the following error (S_OK error).

Regards

Re: OLE AND OUTLOOK EXPRESS

Posted: Thu Jan 24, 2008 9:49 am
by Enrico Maria Giordano
Outlook Express doesn't support OLE. You have to install Office Outlook (any version) instead.

EMG

Re: OLE AND OUTLOOK EXPRESS

Posted: Thu Jan 24, 2008 10:38 am
by Manuel Valdenebro
EnricoMaria wrote:Outlook Express doesn't support OLE. You have to install Office Outlook (any version) instead.

EMG
Enrico Maria,

I believe you, but I am using OLE + OutLook Express in my Laptop. I have problem only which one person, after he has installed Office 2003.
With Office 2003 also working ok OLE, but I taked off Office 2003 and activating Outlook Express and now only working with DEFINE MAIL.

Regars

Re: OLE AND OUTLOOK EXPRESS

Posted: Thu Jan 24, 2008 12:23 pm
by Enrico Maria Giordano
I think you have Office Outlook installed in your laptop, even if it is not the default email application. As far as I know, Outlook.Application can't work without it.

EMG