Hi,
Our application has a custom form developed using IPM.Appointment. The user
opens the custom form, fills in the custom Attributes and forwards the
appointment to a shared calendar. Outlook converts the IPM.Appointment.xxxx
class to IPM.Schedule.Meeting.Request class once the event is forwarded to
the shared calendar since the MeetingStatus is changed to "Meeting" as the
user clicked on the Invite Attendees.
Is there a way or code that can be included in the custom form that converts
the class name back to IPM.Appointment.xxxx from IPM.Schedule.Meeting.Request
upon delivery in the shared calendar?
Any help would be of great help.
Regards
Sakthi
Ken Slovak - [MVP - Outlook] - 05 Nov 2006 19:38 GMT
Doing that would prevent proper processing of the item as a meeting request.
Would monitoring for ItemAdd in the calendar and modifying it once it was
processed work?

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hi,
>
[quoted text clipped - 17 lines]
> Regards
> Sakthi