Possible to write a Com Add-in only with late binding ?

R

Rudolf Boettcher

A question to the professionals...
Is it theoretically possible with the technics of "pure" c# to write a
(Outlook) Com Add-in only with late binding ?
I know, it is very easy to make this with VS .Net, but I use only the free
SDK and want to (re)write a Add-in for various Outlook versions.
A hint in source code would be great.

MfG

Rudolf Boettcher

www.rbware.net/rbware.htm
 
M

Mike Bulava

Rudolf Boettcher said:
A question to the professionals...
Is it theoretically possible with the technics of "pure" c# to write a
(Outlook) Com Add-in only with late binding ?
I know, it is very easy to make this with VS .Net, but I use only the free
SDK and want to (re)write a Add-in for various Outlook versions.
A hint in source code would be great.

MfG

Rudolf Boettcher

www.rbware.net/rbware.htm


You can't make an Add-in that will work with multipule version of Office in
..Net the Assembly names change going between office versions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top