Events on public folders

J

Jarryd

Hi,

Is it possible to trigger an action on a public folder event? I want a
notification to be be displayed when an item is added to a public folder
that an Outlook client is connected to.

TIA,

Jarryd
 
K

Ken Slovak - [MVP - Outlook]

Just handle the ItemAdd event on the Items collection of that public folder
as you would with any other folder in a loaded store.
 
Top