Outlook 2007 ItemEvents Typelibrary

Giganews Newsgroups
Subject:Outlook 2007 ItemEvents Typelibrary
Posted by: daniel raith (daniel.rai…@fiserv.com)
Date:Wed, 20 Jan 2010

Can someone give me some ideas on how to use ItemEvents and/or
InspectorEvents after importing the type library from MSOUTL.OLB (Office
2007) into Dephi 6?

  InspectorEvents = dispinterface
    ['{0006307D-0000-0000-C000-000000000046}']
    procedure Activate; dispid 61441;
    procedure Deactivate; dispid 61446;
    procedure Close; dispid 61448;
  end;

I don't understand how to hook into the inspector or mailitem events
using these dispinterfaces.

daniel

Replies