G
Gabriel Ciuloaica
Hi,
I have a problem that I could not rezolve it. I have done an add-in in
VC++. The addin is working well. When I try to accees it from VB script
from a html page that is show by the OLK folder the Object property is
"Nothing" all the time.
Here is code from VB Script:
dim app
set app = window.external.OutlookApplication
dim addin
set addin = app.COMAddIns.Item("swyxClientOLK.swyxAddin")
dim ng1
set ng1 = addin.Object
ng1 is Nothing all the time.
What could be the problem ?
Thanks,
Gabi
I have a problem that I could not rezolve it. I have done an add-in in
VC++. The addin is working well. When I try to accees it from VB script
from a html page that is show by the OLK folder the Object property is
"Nothing" all the time.
Here is code from VB Script:
dim app
set app = window.external.OutlookApplication
dim addin
set addin = app.COMAddIns.Item("swyxClientOLK.swyxAddin")
dim ng1
set ng1 = addin.Object
ng1 is Nothing all the time.
What could be the problem ?
Thanks,
Gabi