如题: 
想用Exchange Web Service(EWS)的方法来读取Exchange 2007 的邮件。 
但是要通过添加 Web 引用的方式来添加 Exchange 提供的Web Service 接口。 
由于公司目前的Exchange 邮件服务器所在域名与公司办公网络域名不在同一个域,所以添加Web 引用时Web 认证无法通过,故添加Web 引用的方式目前行不通。 看MSN 的 Using IntelliSense with Exchange Web Services 一章节, 
文章链接:http://msdn.microsoft.com/en-us/library/bb629923.aspx 
说好像可以通过使用wsdl.exe 的方法通过生成代理类来避免添加Web 引用,MSN 上说 生成代理类的文件 在\Samples\IntelliSense\EWS\ folder路径下。
原文“The IntelliSense file for Exchange Web Services is located in the directory in which the Exchange Server 2007 SDK is installed, in the \Samples\IntelliSense\EWS\ folder. ”
但我的IntelliSense\EWS 目录下,只有EWS.XML  和 namespaces.xml。难道是指这2个文件吗?
具体步骤也没怎么看懂,请高手指教??