Appointment Save Event

F

Fuubah

Hey,

can someone tell me the Event, when the user closes a Appointmentitem ("save
& close").

i do not find anything that works.

Thank you.
 
K

Ken Slovak - [MVP - Outlook]

You get both Write() and Close() for the item in that case and
Inspector.Close() for the Inspector.
 
F

Fuubah

hey,

thats a function, i really mean an event , which i can handle with some
eventhandler.

Thanks
 
K

Ken Slovak - [MVP - Outlook]

As I said, you get both Write() and Close() for the item in that case and
Inspector.Close() for the Inspector.

Those are all events.
 
Top