Detect other user viewing calendar items

  • Thread starter Thread starter kevinjmunson
  • Start date Start date
K

kevinjmunson

Where I work, we all have set each other up as delegates with Reviewer
permissions on our Outlook 2003 calendars. I'm interested in whether I
can use VBA to detect when someone views our calendar and send an email
with information about what user viewed the calendar and which items
they viewed (if possible). Has anyone done anything like this? If so,
can you point me in the right direction for some sample code? Thanks!
 
This is possible, but you'd need the code (preferrably done as a COM Add-In)
running on each user's PC. Ideally it should be designed as an Exchange
Event Sink that would run on the server.

Regardless, it's probably not practical.
 
Back
Top