Hi all
I've start one VFP 9.0 program to read Mail from CDO.
Here is my code ;
lobjSession = CreateObject("MAPI.Session")
lobjSession.Logon("outlookExchange")
lobjSession = NULL
On my PC (Win XP Home), and my server (Win 2000 Server), it work fine. But on my customer station, I've received this message ;
Class definintion MAPI.SESSION is not found
I've search Microsoft KB and there is an article about this message. The only solution seem to register cdoNts.dll (RegSvr32 c:\WINNT\system32\cdonts.dll). I've try that, but nothing works.
The customer machine is : Win 2000 Pro, with Outlook 2000 installed. All the updates and SP are installed. I'm working with VFP 9.0.
Thanks in advance.
Nro
I've start one VFP 9.0 program to read Mail from CDO.
Here is my code ;
lobjSession = CreateObject("MAPI.Session")
lobjSession.Logon("outlookExchange")
lobjSession = NULL
On my PC (Win XP Home), and my server (Win 2000 Server), it work fine. But on my customer station, I've received this message ;
Class definintion MAPI.SESSION is not found
I've search Microsoft KB and there is an article about this message. The only solution seem to register cdoNts.dll (RegSvr32 c:\WINNT\system32\cdonts.dll). I've try that, but nothing works.
The customer machine is : Win 2000 Pro, with Outlook 2000 installed. All the updates and SP are installed. I'm working with VFP 9.0.
Thanks in advance.
Nro