CorvettePower.COM
15Dec/04

Links for Programming Exchange and ADSI

One of the projects I am working on is to automate some tasks in Exchange, such as converting people from being Mail enabled to Mailbox enabled. As well as adding altRecipients programatically. These are some of the links I have been reading, not all of them are directly useful to this project. I will post some sample code later on different things I had to work around to modify Exchange objects via ADSI.

Exchange 2003 SDK
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/e2k3_welcome_to_exchange.asp

Schema extended by installing Exchange into Active Directory
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/e2k3_ldf_AD_Schema_intro.asp

Removing a user from a group in AD
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adam/adam/removing_a_user_from_a_group.asp

Management Tasks in Exchange with ADSI
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_mgmt_management_tasks_using_adsi.asp?frame=true

Processing a Calendar Message
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/wss/wss/_cdo_processing_a_calendar_message.asp

Sample File Watch Application in C#
http://www.ftponline.com/vsm/2004_02/magazine/columns/gettingstarted/

Outlook Code
http://www.outlookcode.com/
http://www.outlookcode.com/d/adsi.htm - ADSI
http://www.outlookcode.com/d/exstech.htm - Exchange

Trackbacks are disabled.