Birthday series in calendar

  • Thread starter Mueller-Lynch Thomas
  • Start date
M

Mueller-Lynch Thomas

If someone adds the birthday date to a contact via Outlook, Outlook creates a
calendar series which doesn't get changed or doubled if you change anything
at the contact (how it should be).

If you do the same via VBA via the
Microsoft.Office.Interop.Outlook.Application Namespace every "myItem.Save()"
of an contact item results in a new calendar series.

Any ideas why and how to prevent this behavior?
Thanks Thomas
 
K

Ken Slovak - [MVP - Outlook]

You have to find the newly added recurring series and delete it.

VBA doesn't use the Interop, it's unmanaged code.
 

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