0

How do i find the current open meeting item is cancel meeting item or deleted meeting item?

I need to find this via outlook object model.

Thanks a lot for your help in advance !

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
Selvakumar
  • 360
  • 1
  • 3
  • 17
  • You can test the class of the meeting item to be: Request, Cancellation, ResponsePositive, ResponseNegative or ResponseTentative. Or am I missing the point of your question? – Tony Dallimore Apr 22 '13 at 16:01

1 Answers1

0

Class is described here

http://msdn.microsoft.com/en-us/library/office/bb208118(v=office.12).aspx

http://office.microsoft.com/en-au/outlook-help/HV080804810.aspx

You will want olMeetingCancellation.

niton
  • 8,771
  • 21
  • 32
  • 52