Hi,
I am writing a c# program to go through Exchange Calendar objects which are actually room calendars as part of a project to show room availability on a web page. I instantiate each calendar object as a CalendarItemType object. the object has a MyResponseType property. From MSDN, "The MyResponseType property gets or sets one of the valid ResponseTypeType enumeration values that represents the status of or response to a calendar item."
Does anyone have a code snippet they could share that demonstrates how to determine whether the meeting was accepted, declined or no response received?
Thanks,
Rob Tanner