Am Mon, 3 Apr 2006 04:41:01 -0700 schrieb steve:
Steve, moving the appointment to another date could be tracked by
ItemChange, and moving it into another folder by ItemAdd.
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
--
www.vbOffice.net --
Hi
I've made a custom calendar and form after saving the data it saves to
outlook and access for multiuse.
But if someone moves the appointment the data does not get saved to the
access backend only after opening the appointment and saving it.
(objApptItem_Write)
Is there a way to save the data after moving the appointment?
I was thinking on:
Private Sub objApptItem_PropertyChange(ByVal Name As String)
I’m not sure it's the best way and how to do this?
Examples are welcome.
Thanks
Steve