Outlook .net Addin with Public Method

C

Colin

Hi

I've just got into developing .net addin's for Outlook using C# in VS2005
and the new Visual Studio Tools for Office. At the moment I've only done
simple things with my addin, but here is what I want to achieve if possible:

I would like to have an Outlook Addin that has some sort of public method
that can called and passed parameters, from an external standard C# Windows
Application.

Is this possible?
 
Top