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
(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