简体   繁体   English

Outlook API或使用Microsoft.Office.Interop.Outlook-在C#中获取会议室/位置

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

I am developing ac# 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. 我正在开发ac#Windows应用程序,并尝试使用Outlook API或Microsoft.Office.Interop.Outlook.Application对象获取会议室/位置的可用性,该对象将显示给定开始/结束日期时间的可用房间。

Appreciate any help in advance! 提前感谢您的帮助!

使用Recipient.FreeBusyAddressEntry.GetFreeBusy可以获取Exchange中某个房间的可用时间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM