ExDAV

This .NET Framework Class Library is provided by Microsoft.

Description

xDAV.ExSearcher searcher = new ExDav.ExSearcher("http://mystore.edu/myresource");
searcher.Depth = ExDAV.ExRequest.ExRequestDepths.AllChildrenWithRoot;
searcher.ExProps.Add("DAV:", "creationdate");
ExDAV.ExResponse resp = searcher.Search("WHERE "DAV:isfolder" = true");

  System.Data.DataSet ds = resp.GetDataSet("dsMyExDataSet", "dsMyExTableName");

Download

There is no 'ExDAV' installation package to download. (if you know about an installation package URL you can contribute to the community by submitting the info to us through this message form)

Connection Strings

The ExDAV class library can be used to connect to the following data sources by using the following connection string references:

Exchange