Detecting the Item_Read() event

A

AndyK

hi

My VB app needs to be able to detect when the user selects an Appointment Item for editing - ie the Item_Read() event - but I don't know in advance which Item the user is going to select...

Any help GRATEFULLY received!
 
D

Dmitry Streblechenko

You can either use Application.Inspectors.NewInspector event to intercept
when Outlook items are being opened or you can trap the
Explorer.SelectionChange event and track events on the items in the
Explorer.Selection collection.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


AndyK said:
hi

My VB app needs to be able to detect when the user selects an Appointment
Item for editing - ie the Item_Read() event - but I don't know in advance
which Item the user is going to select...
 

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