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.
 

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