FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour OLE AND OUTLOOK EXPRESS
Posts: 711
Joined: Thu Oct 06, 2005 09:57 PM
OLE AND OUTLOOK EXPRESS
Posted: Thu Jan 24, 2008 06:27 AM

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

Un saludo



Manuel
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: OLE AND OUTLOOK EXPRESS
Posted: Thu Jan 24, 2008 09:49 AM

Outlook Express doesn't support OLE. You have to install Office Outlook (any version) instead.

EMG

Posts: 711
Joined: Thu Oct 06, 2005 09:57 PM
Re: OLE AND OUTLOOK EXPRESS
Posted: Thu Jan 24, 2008 10:38 AM
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
Un saludo



Manuel
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: OLE AND OUTLOOK EXPRESS
Posted: Thu Jan 24, 2008 12:23 PM

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

Continue the discussion