View Single Post
  #2  
Old November 5th 06, 08:38 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Convert a message class

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?

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


"WebService Developer" wrote
in message news
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


Ads