Convert a message class

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
 
K

Ken Slovak - [MVP - Outlook]

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?
 

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