Jihad Haddad
Jihad Haddad

Reputation: 642

Can MS Outlook add on call a .Net dll?

Our customer needs some functionality added to Outlook. So they plan to create an add-on that calls some functionality we deliver. Probably this functionality will be implemented in a .Net assembly. Is it possible for an Outlook add-on to call some procedures in the .net assembly? I am not sure how to implement Outlook add-ons, and have no idea which method they will choose implement it in, I just want to know however, if it is possible.

Thanks Jeeji

Upvotes: 1

Views: 481

Answers (1)

Dan McClain
Dan McClain

Reputation: 11920

You can program Outlook add-ons in .Net, so there is no reason they shouldn't be able to call your assembly from their code

Update: You can make a .Net assembly COM compatible. This answer outlines how you would go about it

Upvotes: 2

Related Questions