Source Code Examples
Links
Handy Links
Home
C# and VB.NET Comparison
RGB TO HEX Conversion
Privacy Policy
Topics
Networking
Programming
Sharepoint (MOSS)
SSIS
Tutorial
Learn @ IT Jungles
Connection strings Examples for Exchange Server
Connection strings Examples for Exchange Server
.NET Data Provider for OLE DB
This is a .NET Class Library from Microsoft. The namespace for this provider is
System.Data.OleDb.OleDbConnection
.
Standard Security:
ExOLEDB.DataSource
Microsoft OLE DB Provider for Exchange
This is an OLE DB data provider from Microsoft. The usage for this provider is
ExOLEDB.DataSource
.
Standard Security:
ExOLEDB.DataSource
Note: The quota " in the string needs to be escaped using your language specific escape syntax.
ExDAV
This is a .NET Class Library from Microsoft.
ADO.NET:
ExDAV.ExSearcher searcher = new ExDav.ExSearcher("http://yourstore.edu/yourresource");
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("dsYourExDataSet", "dsYourExTableName");
Note:
You can learn more about it here.
Great Sites
Make Money Online
Heath and Wealth Articles
ITJungles
Acne Information Portal
Reading
Copyright © 2010 Connectionstring Examples
All trademarks and copyrights on this page are owned by their respective owners.
Created this page in 0.04 seconds