Outlook Add-in. How to manage Items Events

Posted by framara on Stack Overflow See other posts from Stack Overflow or by framara
Published on 2010-05-06T11:16:54Z Indexed on 2010/05/07 13:18 UTC
Read the original article Hit count: 247

Hi, I'm doing an add-in for Outlook 2007 in C++.

I need to capture the events like create, change or delete from the Outlook Items (Contact, Appointment, Tasks and Notes) but the only information/examples I've found are for Visual Basic so I don't know how to connect the event handler.

Here is some information related: http://msdn.microsoft.com/en-us/library/bb208390(v=office.12).aspx

Any help is welcome :) Thanks

© Stack Overflow or respective owner

Related posts about outlook-2007

Related posts about outlook-addin