Find out which users have Full Access on a mailbox
问题 I am trying to draw a graph of which Exchange User has which permissions on which Exchange mailboxes, coloring them according to the type of permission. As of now, I cannot find out all types of permissions that Exchange takes into account. I can, using EWS, find out who was granted access to a mailbox by the user himself: foreach(var permission in calendarFolder.Permissions) { // do sth. } But then there is the possibility that an admin grants someone permission over a mailbox by adding him