OnSendMessage event in version 2.6

Add-in Express™ Support Service
That's what is more important than anything else

OnSendMessage event in version 2.6
 
Esteban Astudillo


Guest


Hi,

I noticed that in the "What's New" document of the latest version of ADX (2.6) it's said:

- Added The OnSendMessage event to the ADXAddinModule class

How do you compare this event with the ItemsSend event of the ADXOutlookAppEvents class? When would you use one or the other?

Thanks
Posted 23 Jun, 2006 20:14:38 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Esteban.

This event has nothing to do with the ItemsSend event.
It is fired after the SendMessage method is called.
The SendMessage method can be used to perform some code in a separate thread (e.g. to show a form over an Outlook inspector window when Word is used as an editor).
Posted 26 Jun, 2006 10:10:11 Top