Outlook 2000 COM Add-in in VB.Net

  • Thread starter Johan Christensson
  • Start date
J

Johan Christensson

Hi.

Is there anything that has to be considered when building a COM Add-in for
Outlook 2000 using VB.Net?

/Johan Christensson
 
T

Tobias

Also the PIA for Outlook 2000 unlike 2002 and 2003 has to
be manually generated from the MSOUTL9.TLB type libary.
Its a easy however as there is a KB with code that
automates the conversion of the IL file so that you can
easily roll your own DLL.
 
T

Tobias

Also the PIA for Outlook 2000 unlike 2002 and 2003 has to
be manually generated from the MSOUTL9.TLB type libary.
Its a easy however as there is a KB with code that
automates the conversion of the IL file so that you can
easily roll your own DLL.
 
Top