E
Eran Yaron
i want to build a com addin for outlook that will catch the itemsend event.
for that im declating a var name outlookapp with events as
outlook.application.
my problem is that in order to define it as outlook.application i have to
add outlook as a reference. this can cause problems cause the clients using
this addin may have different versions of outlook (2k, xp, 2k3), and if they
dont have the same version of the reference file as i used it wont work
correctly. so the main question here how can i do this without making a
different version of the com addin for each outlook version.
i tried to look this up on the web but i couldnt find any answers.
thanks for any help that you can give...
for that im declating a var name outlookapp with events as
outlook.application.
my problem is that in order to define it as outlook.application i have to
add outlook as a reference. this can cause problems cause the clients using
this addin may have different versions of outlook (2k, xp, 2k3), and if they
dont have the same version of the reference file as i used it wont work
correctly. so the main question here how can i do this without making a
different version of the com addin for each outlook version.
i tried to look this up on the web but i couldnt find any answers.
thanks for any help that you can give...