I did not see a CDO property for "MeetingStatus" however
I did see one as CdoPR_MSG_STATUS. When I use this code
CDOApptItem.Fields(CdoPR_MSG_STATUS) I will recive the
MAPI_E_NOT_FOUND error.
I did some further testing just to make sure the above
code would work so I used CdoPR_Subject and I was able to
print the value of that field. I also attempted to call
Update(false,true) and I also get the error.
Any further thoughts?
PS I opened up the entry (it is an repeating appointment)
and resaved it and still the same problems.