- Subject: Make use of Events in Outlook
- Author: Jan T.
- Date: 04 Jul 2010
- References:
Hi. I want to run a procedure Sub MyProc() when I save or close an
appointment
that I just have created. I know there are some Events that are triggered,
but how
can I write code to make use of those Events?
Class AppointmentItem
Event Close(Cancel As Boolean)
Event CustomAction(Action As Object, Response As Object, Cancel As Boolean)
I appreciate very much any help, examples or suggestions. Thank's in
advance!
Regards
Jan T.