D
David
I have used VSTO SE to create an Outlook 2003 add-in in C#.
I would like to be able to invoke a method of the add-in from a separate
application.
(Similar to pollyanna65 post "Programmatically sending email via Outlook COM
Add-In" below).
I have created the add-in with a public method.
The add-in is installed an functioning correctly.
From another application I get an Outlook.Application class object and
iterate through the COMAddIns collection to find the addin I have created.
What can I do to this COMAddIn object to allow me to call my method? How can
I cast it to something I can use?
I would like to be able to invoke a method of the add-in from a separate
application.
(Similar to pollyanna65 post "Programmatically sending email via Outlook COM
Add-In" below).
I have created the add-in with a public method.
The add-in is installed an functioning correctly.
From another application I get an Outlook.Application class object and
iterate through the COMAddIns collection to find the addin I have created.
What can I do to this COMAddIn object to allow me to call my method? How can
I cast it to something I can use?