I use Exchange Server Managed API. How do I find out if an appointment is private? There doesn't seem to be a method or property in the "Appointment" class.

link|improve this question

77% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Look at the Sensitivity property.

link|improve this answer
feedback

Apologies, I don't seem to be able to comment on @Stuart's answer above and didn't want to create a new question.

If you're using ExchangeService.FindAppointments, the returned Items are Microsoft.Exchange.WebServices.Data.Appointment The Sensitivity property seems to be at the same level?

How do you (did you @Luke) access that property please? Do you need to use ExchangeService.LoadPropertiesForItems ?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.