Search code examples
c#outlook-addinoffice365api

Outlook APIs OR Using Microsoft.Office.Interop.Outlook - Getting meeting room/location in C#


I am developing a c# windows application, and trying to get availability of meeting rooms/locations using either Outlook APIs or Microsoft.Office.Interop.Outlook.Application object where it will show the available rooms for a given start/end date time.

Appreciate any help in advance!


Solution

  • Use Recipient.FreeBusy or AddressEntry.GetFreeBusyto get available time of a room in Exchange.