Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 248
Luke Avatar asked Oct 29 '10 11:10

Luke


People also ask

Is there a way to see private appointments in Outlook?

Although the private appointments aren't visible, Outlook will still trigger reminders, so you don't have to worry about forgetting them. To unhide private appointments, simply change the view back to Calendar (or any other).

How do I mark an appointment as private?

Create or open the appointment or meeting that you want to make private. On the Meeting or Appointment tab, click Private. Save or send your meeting or appointment as usual.

What does private appointment mean in Outlook?

By marking a calendar item (appointment, meeting, or event) as Private, you hide the details of the item from people who have permission to view your calendar.

Why can't I make an appointment private in Outlook?

When you've been granted access to someone's Calendar but don't have the permission to see Private appointments, the option to turn any existing or new appointment, that you create for your manager, Private is disabled on the Ribbon as well. As a Delegate, the Private button is not available to you on the Ribbon.


1 Answers

Look at the Sensitivity property.

like image 56
stuartd Avatar answered Oct 11 '22 11:10

stuartd