We have a large customer Database that uses MS-SQL 2000. I would like to create a public contacts list on our Exchange 2003 server. I would like this to populate this contacts list and maintained the list by using a ODBC connection to the customer data in our SQL database. Can this be done?
Hello, do I understand you correctly in that you do want to create public folder with contacts populated from an SQL server? You can do this with a couple of technologies. If you want to write a program using C#, WebDAV would be one solution. Other options include CDO (via interop), low-level-MAPI (not supported with managed code) or ExOleDB (note that the last one can only be used directly on the server). See msdn.microsoft.com/exchange for more information. Greetings, Henning Krause "RP in the Midwest" wrote in message news:9892AFE5-7D00-4949-8701-EC74E084867A@microsoft.com... > We have a large customer Database that uses MS-SQL 2000. I would like to > create a public contacts list on our Exchange 2003 server. I would > like this to populate this contacts list and maintained the list by using > a > ODBC connection to the customer data in our SQL database. Can this be > done? >