How to call CALLBACK functions from COM Add-In

  • Thread starter K.VenkataRamana
  • Start date
K

K.VenkataRamana

Hi,

Is it possible to call CALLBACK functions from COM Add-In? If yes, please
provide the links, where I get the information.

My requirement is, whenever Outlook sends an event, in my COM Add-In I have
to catch the event and call a CALLBACK function.

Thanks.
 
K

Ken Slovak - [MVP - Outlook]

Of course it's possible, it's called event handling.

It can be done in any language that supports event handling and automation.
You can find tons of examples of handling different Outlook events at
www.outlookcode.com.

You can look in the Outlook VBA Object Browser for all Outlook events
associated with all the Outlook objects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top