Capturing events on newly added folders in an Outlook Addin

S

Simon Bates

I am having trouble setting up items events on new folders that I add
programatically in my Outlook Addin.

I can successfully setup an event sink on existing Outlook folders (to
catch items events) by calling the code below, however this only seems
to work if I call the code from the OnConnection method of the Outlook
Addin Interface. When a new folder is added (by my program, way after
the OnConnection method), I need to be able to catch items events on
it. Is this possible?

Thanks in advance
Simon Bates
 

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