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
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