【发布时间】:2018-02-23 12:16:48
【问题描述】:
希望是一个简单的问题。在Exchange Powershell API中,有“get-casmailbox”之类的功能来设置邮箱可以通过OWA等访问。我正在尝试将此类功能集成到C#程序中,调用Powershell是很荒谬的在 C# 中只是为了与 Exchange 交互。
我已成功添加 EWS API,但找不到 get-casmailbox 之类的功能。
是否有替代方案,还是我坚持只在 Powershell 中执行 get-casmailbox 和 set-casmailbox?
【问题讨论】:
标签: c# powershell exchange-server exchangewebservices