How to delete an appointment from Outlook Calendar
I would like to delete appointments from outlook calendar with visual basic code, and I think by providing the appointment date and time.
But the code on the microsoft website does not work.
http://msdn2.microsoft.com/en-us/lib...57(VS.80).aspx
is there anyone out there who did this thing before.
thanks.
dtrade
Re: How to delete an appointment from Outlook Calendar
Well what do you mean by "it doesnt work"? Also what are you using? .NET, VB 6, VBA etc?
Re: How to delete an appointment from Outlook Calendar
Actually the program code is written in VB 6. I give the parameters right to delete an existing appointment.
The program runs through creates object for connection etc. it also does not give any error. but does not do anything. it does not delete the appointment.
very interesting. because its the original microsoft code which I use.