Outlook API 或使用 Microsoft.Office.Interop.Outlook - 在 C# 中获取会议 room/location
Outlook APIs OR Using Microsoft.Office.Interop.Outlook - Getting meeting room/location in C#
我正在开发一个 c# windows 应用程序,并尝试使用 Outlook API 或 Microsoft.Office.Interop.Outlook.Application object 获得会议 rooms/locations 的可用性,它将显示可用的给定 start/end 日期时间的房间。
提前感谢任何帮助!
使用 Recipient.FreeBusy
或 AddressEntry.GetFreeBusy
在 Exchange 中获取房间的可用时间。
我正在开发一个 c# windows 应用程序,并尝试使用 Outlook API 或 Microsoft.Office.Interop.Outlook.Application object 获得会议 rooms/locations 的可用性,它将显示可用的给定 start/end 日期时间的房间。
提前感谢任何帮助!
使用 Recipient.FreeBusy
或 AddressEntry.GetFreeBusy
在 Exchange 中获取房间的可用时间。