One Add-in w/multiple dlls...event firing order

M

Mark

I have inherited an office add-in that has 3 dlls
(a)One dll handles word/excel/ppt events.
(b)Another handles outlook events
(c)Another handles some housekeeping events.

When I enable the word editor in outlook, all 3 dlls are invoked. All 3 have
some kind of objOutlook_ItemSend event. There seems to be some repeatable
order of these events firing [b-c-a] though I do not know how this order is
set. Since the order is important to me, I wish to know how these 3 dlls are
ordered or prioritized.

My question is: is there a set order and if so, where/how is the order set?

TIA
 

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