Exchange研发(六) ExchangeHelper类(3)

2008-02-23 06:06:31来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

password)
{
bitsCN.nET中国网管博客


MSXML2.IXMLHTTPRequest xmlHttp
= new MSXML2.XMLHTTPClass();
xmlHttp.open(
"GET",GetUserExchangeURL(useSSL,serverName,userName),false,userName,password);
xmlHttp.send(
null);
bitsCN.Com


return (HttpStatusCode)Enum.Parse(typeof(HttpStatusCode),xmlHttp.status.ToString());
}


public static string GetUserExchangeURL(bool isUsingSSL,string serverName,string userName)

bitscn.com


{
StringBuilder urlBuilder
= new StringBuilder(); bitsCN.Com
string protocol = isUsingSSL ? "https://" :"http://";

urlBuilder.Append(protocol).Append(serverName).Append(
"/").Append(EXCHANGE_NAME);
www.bitsCN.com

urlBuilder.Append(
"

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇: Live Communication Server 2003安装和管理指南

下一篇: Exchange 2000中共享SMTP地址空间