Programmatically add/delete users in Exchange
- by Terry Gamble
I've got the following set up:
ASP.Net site that allows my internal employees to add in new hire information (no secure data, just stuff like name/address/phone) and when they submit this it goes into a database (SQL).
Every few minutes a service runs that checks the database and if there are new entries it will add them into Exchange. The issue…