How to sink events in an Office add-in?

NogginBoink

Diamond Member
Feb 17, 2002
5,322
0
0
I want to write an add-in for Outlook in VB.Net 2005.

I want to sink the TaskItem.Close() event from Outlook.

I can't figure out how to connect my handler to the event. Can anyone help?