Hi
Is there a way to read properties of resource (room) mailboxes programmatically (preferably via EWS)
The information I'm particularly interested in
- weather the meeting requests is handled by delegates or automatically
- the user / group restriction for a room
Background: I'm writing an application that does room bookings on behalf of users in a synchronous fashion. The application itself uses a service account (impersonation) but the bookings needs to be compliant with the users permission. Since I need a verification in real time the only solution I see is to bypass Exchanges booking mechanism and inject the meeting directly in the rooms calendar. I wish there is a better solution. If there is let me know.
Best
fischerman