Search code examples
c#exchange-serverexchangewebservicesews-managed-api

How do i find out if an appointment is private


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.


Solution

  • Look at the Sensitivity property.