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

  • Thread starter Thread starter Rudolf Boettcher
  • Start date Start date
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
 
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.
 
Back
Top