Can't insert traditional chinese character using WebDAV
Exchange Server Forum Index Exchange Server
Discussion forums for Microsoft Exchange Server users.
Microsoft Outlook
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web ExchangeServerHelp.com
Can't insert traditional chinese character using WebDAV

 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development
Author Message
Simon
Guest





Posted: Mon Dec 12, 2005 12:52 am    Post subject: Can't insert traditional chinese character using WebDAV Reply with quote

Hi,

I would like to create the distribution list through the WebDAV. However i
found that i can't insert traditional chinese character. Is that i need to
change the chinese character to unicode first rather than i just type the
chinese character?

Below is the code for reference:

Set ObjxmlHttp = CreateObject("MSXML2.ServerXMLHTTP")
xmlstr = ""
xmlstr = xmlstr & "Cmd=save" & vbLf
xmlstr = xmlstr & "msgclass=IPM.DistList" & vbLf
xmlstr = xmlstr & "http://schemas.microsoft.com/mapi/dlname=NewDlName"
ObjxmlHttp.Open "POST", "http://server/public/test2/", false, "domain\user",
"pass"
ObjxmlHttp.setRequestHeader "Accept-Language", "en-us"
ObjxmlHttp.setRequestHeader "Content-type", "application/x-www-UTF8-encoded"
ObjxmlHttp.setRequestHeader "Content-Length", Len(xmlstr)
ObjxmlHttp.Send xmlstr

where NewDlName i have try to input traditional chinese character. I have
also change the Accept-Language to "zh-tw" but it still doesn't work.

Would you mind giving me some suggestions?

Thanks very much.

Back to top
 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server Dedicated Servers
Contact Us
New Topics Powered by phpBB