Trapping events

  • Thread starter Thread starter Jimbo
  • Start date Start date
J

Jimbo

Hi,

I am new to outlook programming but would like to trap any double click
event on a task or appointment item so that I can decide if I want to
display a different form to the standard outlook form. If I display my own
custom form, I don't want the outlook form to be displayed as well. Can
anybody point me in the right direction?

I am using c#.

Many thanks,

Jimbo.
 
The event that fires when an item opens in its own window is Inspectors.NewInspector.
 
Back
Top