We are trying to develop an addin for outlook. Our client is already using another addin provided by another vendor. We are trying to customize the outlook send event (ItemSend
event). Unfortunately our handler has to execute after the other vendor's event handler is executed.
Can we control the execution sequence of event handlers?
Thanks, Naresh