Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > Pro VB.NET 2002/2003
|
Pro VB.NET 2002/2003 For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 25th, 2004, 03:35 PM
Authorized User
 
Join Date: Dec 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to connect to exchange 2003 server

I have been trying to connect ot exchange 2003 server to extract emails messages in the inbox .

whats wrong with the connection string to connect to exchange 2003 server::::

string myConnString="Provider=EXOLEDB;DATA SOURCE= file://.backofficestorage/server/MBX/Administrator;Connect Timeout=30;"

OleDbConnection myConnection=new OleDbConnection(myConnString);
 myConnection.Open()
myConnection.Close()
 }



 
Old February 1st, 2011, 11:00 AM
Registered User
 
Join Date: Feb 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default ErikS

You should use WebDAV protocol if you work with Exchange 2003/2007. Check WebDAV .NET for Exchange.

/Erik





Similar Threads
Thread Thread Starter Forum Replies Last Post
VB.Net with Exchange Server 2003 kbc VB.NET 3 January 8th, 2009 01:45 PM
Need to connect to Remote Exchange Server. arul1976 .NET Framework 2.0 1 March 10th, 2008 10:20 AM
VB 2005 connect to server 2003 with SQL database Derek_05 Visual Basic 2005 Basics 3 September 20th, 2006 10:10 AM
reading mails from exchange 2003 lionking .NET Web Services 0 February 25th, 2004 03:44 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.