Need logical flow for Creating, Updating and Deleting Outlook Appointment
I am able to create appointment in Outlook using c#, but now i want to update or delete the appointment using C#.
Did i have to use EntryId.
But how to update or delete using this
or suggest me the correct way of updating and deleting the appointment.
the Microsoft.Office.Interop.Outlook.AppointmentItem has a Delete method and a Save method.
See: http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.appointmentitem_methods(v=office.14).aspx