Changing appointment form causes problems

R

Ron

We use a custom default appoitment form, which for the most part works
well. The problem occurs when we receive a meeting request from
outside the company, since it does not use the same form. I have
written a VBA macro that automatically changes the form of an
appointment to our form. The problems is that when I accept a meeting
with one of these appointments it creates a second identical
appointment then generates an error that the process failed. For
internal meetings (which automatically use this custom form) or if I
don't change the form we don't have the same problem. I have only
added the following two lines of code:

Item.MessageClass = "IPM.Appointment.Our Appointment"
Item.Save

We are using Outlook 2003 SP2
Thanks,
-Ron
 

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