how can we know if a conference room has resources like projector , whiteboard etc using c#

Hi

We have a requirement to search a conference room having a projector or whiteboard.

can we achieve this using c#. which libraries do i need to use.

Thanks,

Sravan kumar

June 17th, 2015 11:58am

The resource properties are stored in Active Directory on the Room mailbox object in the msExchResourceDisplay etc properties see http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/resource-mailboxes-exchange-2010-part2.html

Outlook should expose them if you use the Outlook Object Model, EWS doesn't expose these properties otherwise you might want to look if you can query the Local Active Directory directly. You might be better to write your service to proxy the Powershell cmdlet.

Cheers
Glen


Free Windows Admin Tool Kit Click here and download it now
June 17th, 2015 10:29pm

You can use the Get-ResourceConfig cmdlet https://technet.microsoft.com/en-us/library/bb123906(v=exchg.150).aspx which you can execute via Remote PowerShell see https://msdn.microsoft.com/en-us/library/office/ff326159(v=exchg.150).aspx

Cheers
Glen

June 18th, 2015 12:24am

Hi Glen,

Thanks for the suggestion but we need these details as a part of our win 10 universal app (its a room booking app). so we need to implement this using C#.

Please let me know if there is any way to get these details using c#.

or  is there any API's to get these details.

Thanks,

Sravan kumar.

Free Windows Admin Tool Kit Click here and download it now
June 18th, 2015 3:15am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics