A
Amit M.
I have a COM Addin for Outlook written in VB6 and the following line works on
99.9% of the machines it runs on:
Set objNS = Application.GetNamespace("MAPI")
On some machines, this line returns an error ("ActiveX could not create
object") and my addin cannot run. I found that this only happens on NEW
machines that come with Office preinstalled. So far, my only solutions is to
uninstall and reinstall office (detect and repair does not work, nor does a
straight reinstall) to replace/install the mapi components.
Does anyone know a better way to do this?
Thanks,
Amit
99.9% of the machines it runs on:
Set objNS = Application.GetNamespace("MAPI")
On some machines, this line returns an error ("ActiveX could not create
object") and my addin cannot run. I found that this only happens on NEW
machines that come with Office preinstalled. So far, my only solutions is to
uninstall and reinstall office (detect and repair does not work, nor does a
straight reinstall) to replace/install the mapi components.
Does anyone know a better way to do this?
Thanks,
Amit