You are best served by re-posting to microsoft.outlook.program_vba as that
is where the programming gurus hang out - they will see your post and have
faster and better feedback in that group rather than a general user group.
Milly Staples [MVP - Outlook]
Post all replies to the group to keep the discussion intact.
How to ask a question:
http://support.microsoft.com/KB/555375
After furious head scratching, Cancelled Appointment meeting status asked:
| Hi,
|
| I am developing a Shared Add-In using C# 2.0. I want to finout the
| Meeting Status of the incoming appointment that is the
| OutLook.OlMeetingStatus. I am doing this is in
| AppItem_ItemChange(Item).Whenever I receive an appointment with
| status as cancelled,
|
| OutLook.AppointmnetItem IncomingAppointmentItem;
| IncomingAppointmentItem=(OutLook.AppointmentItem)Item
|
| Here I an doing the matching :
|
| IncomingAppointmentItem.MeetingStatus ==
| OutLook.OlMeetingStatus.olMeetingCanceled But it is not
| matching.
|
| Can someone help me to solve this Issue ?
|
| --Jainish c s