Functional range of COM-Addins in contradiction to Exchange ClientExtensions

H

Hans Schmidt

Hello,

at the moment we have an Exchange Client Extension to manage our
functions. As everybody know with Outlook 2010 Exchange Client
Extensions are not longer supported.
Now i've got the question if it is possible to port the functionallity
into a COM-Addin. Therefore it would nice to know if within the COM-
Addin events like "onwritecomplete" or "onitemsend" are available.

Thank you in advance for your answers.


Greets Hans
 
K

Ken Slovak - [MVP - Outlook]

All the available events are listed in the object browser for the Outlook
object model. For items you have a Send() event and a Write() event.
 
Top