Add and Delete Folders Events

P

Pierre Toutant

Hi,

Sorry for bad english. I need to trigger an action when the user
create or delete outlook folders within my add-in. Is there someone
who know how ?

Thanks in advance
 
K

Ken Slovak - [MVP - Outlook]

The Folders collection has FolderAdd, FolderChange and FolderRemove
events that can be handled by your addin. If you declare a Folders
collection object using WithEvents you can write code for those
events.
 

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