Esteban Astudillo
Posts: 146
Joined: 2006-02-27
|
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 |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
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).
|
|