J
jillgude
I am writing an Outllook add-in using Visual Basic and CDO. Is there
any way to catch the open events of all items without listening for
each type of item open seperately? I am currently catching the
mailItem_open event, but this does not work for items such as tasks,
contacts, etc. Is there a generic itemOpen_event that gets fired when
any item is openned? Or do I have to catch the open event of
mailItems, ContactItems, AppointmentItems, etc individually?
Thanks!
any way to catch the open events of all items without listening for
each type of item open seperately? I am currently catching the
mailItem_open event, but this does not work for items such as tasks,
contacts, etc. Is there a generic itemOpen_event that gets fired when
any item is openned? Or do I have to catch the open event of
mailItems, ContactItems, AppointmentItems, etc individually?
Thanks!