Convert a message class

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
Back
Top