Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL data to Exchange or Outlook via proc or trigge

Author  Topic 

steamngn
Constraint Violating Yak Guru

306 Posts

Posted - 2005-03-24 : 11:17:38
Howdy Gang,
Anyone have any knowledge on how to export columns from a table into a Global address list for Exchange/Outlook We have a DB table named AR_CUST with cols NAM & E_MAIL_ADRS_1, and would like to set it up so that when a customer is added to AR_CUST the name and email address are added as a new contact. It would be nice if it could be automated rather than needing DTS and a daily pkg., but I suppose this could be done as a job...(which is kinda automated, ain't it?)
Andy

There's never enough time to type code right,
but always enough time for a hotfix...
   

- Advertisement -