Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在任何 Java 框架(如 ewsjavaapi)上创建带有开始和结束日期的外出消息?
你应该在我们的 github 项目上查看最新的代码。该方法在 ExchangeService 上可用:
https://github.com/OfficeDev/ews-java-api/blob/master/src/main/java/microsoft/exchange/webservices/data/core/ExchangeService.java#L2663
该方法的签名如下所示:
公共无效 setUserOofSettings(字符串 smtpAddress,OofSettings oofSettings)