Cancelled Appointment meeting status checking

  • Thread starter Thread starter Cancelled Appointment meeting status
  • Start date Start date
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
 
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
 
have you tested also for:

OlMeetingStatus.olMeetingReceivedAndCanceled



Cancelled Appointment meeting status wrote:

Cancelled Appointment meeting status checking
20-Sep-08

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

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

Previous Posts In This Thread:

Cancelled Appointment meeting status checking
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)Ite

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

You are best served by re-posting to microsoft.outlook.
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/55537

After furious head scratching, Cancelled Appointment meeting status asked:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Featured Product / Service Review: TekPub
http://www.eggheadcafe.com/tutorial...2e-39384482c80e/featured-product--servic.aspx
 
have you tested also for:

OlMeetingStatus.olMeetingReceivedAndCanceled

Please note:
This is NOT a chat room and You are NOT posting to a forum run by
Eggheadcafe - you are actually posting to a global Usenet Newsgroup. You
will get a far better experience if you use a newsreader and subscribe to
these groups directly, rather than through Eggheadcafe.

Setting up Outlook Express/Windows Mail/Windows Live Mail to access
Microsoft newsgroups
http://www.michaelstevenstech.com/outlookexpressnewreader.htm

Accessing the MS newsgroups in Outlook Express/Windows Mail/Windows Live
Mail Newsreader
http://www.microsoft.com/windowsxp/expertzone/newsgroupsetup.mspx

If you must stay with Egghheadcafe then please do NOT change the subject
line.
Thank you.

http://66.39.69.143/goodpost.htm
 
Back
Top