G
Grimmie
I use VB6 to add/update an appointment in Outlook 2000
for adding there is no problem, but now I want to UPDATE an appointment, how
do I do this ?
I can only find documentation on how to CREATE a new appointment, but not
how to UPDATE an appointment.
Also I have a userproperty in: oAppointment.UserProperties("objectid") =
"105" (example)
Now I want to find the appointment that matches this userproperty. How do I
do this ? The "objectid" is a unique value.
for adding there is no problem, but now I want to UPDATE an appointment, how
do I do this ?
I can only find documentation on how to CREATE a new appointment, but not
how to UPDATE an appointment.
Also I have a userproperty in: oAppointment.UserProperties("objectid") =
"105" (example)
Now I want to find the appointment that matches this userproperty. How do I
do this ? The "objectid" is a unique value.