Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » propfind   (RSS)

Why can't WebDAV read BCC?

Using WebDAV to read BCC information on messages (even in the Drafts folder) will not work. The “urn:schemas:mailheader:bcc” will not return the BCC information using WebDAV - this is expected behavior. If you do a GET against the message to get the MIME,

How do I work with Tasks using WebDAV.

WebDAV was not designed for working with outlook specific items such as Tasks and is not supported. To work with tasks, you will to reverse-engineer the solution and in order to construct the proper XML to be used for a PROPPATCH/PROPFIND. Tasks are supported

HOWTO: Make XML returned from a propfind easier to read

Here is a sample to reformat XML returned from WebDAV PROPFINDs to make it a little easier to read. ' ReformXML - reformats the XML to be more easily readable Private Function ReformXML(sOriginalXML) Dim sXML As String sXML = sOriginalXML sXML = Replace(sXML,

Howto: WebDAV PROPFIND using VBScript

'The example below demonstrates how to do a WebDAV PROPFIND. Note: PROPFINDs are non-conditional. Use a SEARCH for reading properties conditionally. dim sHREF dim sUserName dim sPassword dim sResponse Dim HttpWebRequest dim sReq ' Body Proppatch statement

Welcome to WebDAV 101

Welcome to WebDAV 101. Here you will find information on WebDAV which you might not find elsewhere.. Attached is a document which provides a good introduction to WebDav for Exchange. If you use any of the information or samples, then you should do so
 
Page view tracker