U
user
I am having a problem of creating Session object
<i>
Dim k as MAPI.Session
Set k = CreateObject("MAPI.Session")
</i>
the error is: Run-time error '429': ActiveX component can't create object.
This is Outlook 2000 SP-3 on Win2K Professional. Before I started
installing my add-in, I could not find cdo.dll on the machine (How do I
find if CDO was installed?). My application has copied and refistered
cdo.dll (is this good for istallation if CDO was not installed?). I
went to Tools->References and added CDO1.21 library, so that the VB
engine does not complain about the declaration (Dim k as MAPI.Session).
Any help would be really appreciated since this problem has been on my
table (on and off) for over a month now ...
Regards All,
Pre
<i>
Dim k as MAPI.Session
Set k = CreateObject("MAPI.Session")
</i>
the error is: Run-time error '429': ActiveX component can't create object.
This is Outlook 2000 SP-3 on Win2K Professional. Before I started
installing my add-in, I could not find cdo.dll on the machine (How do I
find if CDO was installed?). My application has copied and refistered
cdo.dll (is this good for istallation if CDO was not installed?). I
went to Tools->References and added CDO1.21 library, so that the VB
engine does not complain about the declaration (Dim k as MAPI.Session).
Any help would be really appreciated since this problem has been on my
table (on and off) for over a month now ...
Regards All,
Pre