通过EWS C#识别IMAP协议 [英] Identify IMAP protocol through EWS C#

查看:77
本文介绍了通过EWS C#识别IMAP协议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我在通过C#检测远程交换服务器2007/2010上邮箱用户的协议(IMAP或POP3或HTTP)时遇到了困难。我知道我们可以通过powershell命令执行此操作,但我想使用交换Web服务(可用于
我)和C#。

I'm facing difficulties in detecting the protocol (IMAP or POP3 or HTTP) of Mailbox user on remote exchange server 2007/2010 through C#. I know we can do this through powershell commands, but i want to use the exchange web service (which is available to me) and C#.

我搜索了整个EWS库,但没有找到任何方法来执行此操作..

I've searched the entire EWS library but doesn't found any method to do this..

任何指导请...

提前致谢。

推荐答案

EWS是一个邮箱访问API(例如您用来访问邮箱的东西) IMAP,POP,MAPI或ActiveSync等数据 它不是管理API,您可以用来获取该信息的唯一方法是使用Exchange命令行管理程序powershell
cmdlet这是唯一的公共入口点管理信息。

EWS is a Mailbox Access API (eg something you use to access mailbox data like IMAP, POP, MAPI or ActiveSync) it's not a management API the only method you will be able to use to get that information is to use the Exchange Management Shell powershell cmdlets which are the only public entry point for Management information.

干杯

Glen

Cheers
Glen


这篇关于通过EWS C#识别IMAP协议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆