如何在Exchange2000中使用XML

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

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

XML是在Exchange中存储数据格式的一种,一般应用在Exchange中的以下内容: www.bitsCN.com

Web Storage System 中条目的某些属性合Exchange模式定义,还经常应用在WebDAV

www_bitscn_com

请求中的返回信息、请求等。用户也使用Web Storage System存储XML文档、XSL文 中国.网管联盟

档、HTML文档。 中国.网管联盟

例如:Exchange2000中以XML格式存储联系人的属性信息如下:

bitsCN.nET中国网管博客

<D:prop xmlns:D="DAV"
xmlns:C="urn:schemas:contacts"> BBS.bitsCN.com网管论坛

<D:href>http://server/exchange/zhang/Contacts/zhang.eml<D:href>

bitsCN.nET中国网管博客

<C:fileas>zhang.feng</C:fileas> 中国.网管联盟

<C:email>zhang@163.net</C:email>

bitsCN.Com

<C:title>super XML</C:title>

www_bitscn_com

<C:department>Deve</C:department>

bitsCN.Com

</D:prop> DL.bitsCN.com网管软件下载

为了学习XML的使用方法,现举个例子来说明,下面的例子阐明了如何针对直接的Exchange URL构造HTTP/WebDAV PROPFIND⑴方法请求的内容: bbs.bitsCN.com

<html>

bitsCN_com

<head> 中国网管论坛

<title>test<title> bitsCN.Com

<script language=vbscript> 中国网管论坛

Dim xmlDoc

DL.bitsCN.com网管软件下载

Sub cmdGo_OnClick() bbs.bitsCN.com

Dim strURL,strPropReg

www_bitscn_com

strURL = txtURL.value

bitscn.com

strPropReg="<?xml vesion='1.0'?>"

中国网管论坛

strPropReg=strPropReg&"<d:propfind xmlns:d='DAV:'>"

bitsCN.nET中国网管博客

strPropReg=strPropReg&"<d:prop>" 中国.网管联盟

strPropReg=strPropReg&"<d:displayname>"

中国网管联盟

strPropReg=strPropReg&"<d:creationdate>" BBS.bitsCN.com网管论坛

strPropReg=strPropReg&"</d:prop>"

bitsCN_com

strPropReg=strPropReg&"</d:propfind>"

BBS.bitsCN.com网管论坛

With CreateObject("microsoft.xmlhttp") bitsCN_com

.Open "PROPFIND",strURL,True

www.bitsCN.com

.SetRequestHeader "Context-type:","text/xml"

中国.网管联盟

.SetRequestHeader "Depth","1,noroot" bitscn.com

.Send(strPropReg) www.bitsCN.com

responsehere.innerText = .ResponseText BBS.bitsCN.com网管论坛

End With bitsCN_com

End Sub

BBS.bitsCN.com网管论坛

</script>

bbs.bitsCN.com

</head>

DL.bitsCN.com网管软件下载

<body> bbs.bitsCN.com

<h2>Get Contents of Folder Using XML/HTTP</h2>

bitsCN_com

<br> bbs.bitsCN.com

<p>Enter a URL,something like http://server/public/documents/</p>

bitscn.com

<p><input type="text" width=100 name="txtURL"></p>

bitsCN.Com

<p><input type="button" value="Go" name="cmdGo"></p> BBS.bitsCN.com网管论坛

<div id=responsehere>

bitsCN.nET中国网管博客

</div>

中国网管联盟

</body>

中国.网管联盟

</html> bitsCN.nET中国网管博客

⑴在Web Storage System中访问属性,使用PROPFIND方法

P.S:本文作者Blog:http://www.cnblogs.com/hbzxf

中国.网管联盟

,

标签:

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

上一篇: 基于ADSI的NT帐号及Exchange Server帐号申请及验证模块源代码

下一篇: Exchange Server 2003使用多重信箱存储的效能

热门词条
热门标签