Delete an recurrent appointment with a "deleted" exception

A

alex

I'm creating an addin for Outlook using C#.NET in Visual Studio .NET
via the Extensibility.IDTExtensibility2 interface. The addin, among
other things, basically sinchronize appointment with a SQL Server
database via a Web Service.
My problem comes as follows:
1. Interactivelly create a recurrent appointment.
2. Interactivelly delete a repetition of the appointment. An exception
with property Deleted is created in the RecurrencePattern object.
3. Programatically delete the appointment. Here I got an exception:
"Outlook can't delete this element".
Note: If I restart Outlook and try step 3 then I don't have any problem
and the appointment is deleted correctly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top