文件名称:exchange-client:.NET的Exchange命令行管理程序包装器
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-27 13:35:51
C#
交易所客户 .NET的包装器 实现的方法可以在找到 用法 用法示例 private ConnectionConfiguration GetConfig() { var config = new ConnectionConfiguration(); config.Username = "theuser"; config.Password = "supersecret"; config.Uri = "http://YourExchangeServer/powershell"; return config; } private void ExampleUsage() { var client = new ExchangeClient(GetConfig());