C
Cancelled Appointment meeting status
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
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