Hi, I need to development an application to automatically create mailboxes on our exchange (2003) server. My development machine is running Vista and Visual Studio 2008. According the information on the Microsoft website it is not possible to install the Exchange Management Tools (2003) on a Vista machine. How can I make a reference to the CDOEXM com object (needed to create to mailboxes) ? Can any help me please? Gene
In article , Gene wrote: > Hi, > > I need to development an application to automatically create mailboxes > on our exchange (2003) server. My development machine is running Vista > and Visual Studio 2008. > According the information on the Microsoft website it is not possible > to install the Exchange Management Tools (2003) on a Vista machine. > How can I make a reference to the CDOEXM com object (needed to create > to mailboxes) ? > > Can any help me please? You can probably do this more simply with a script. Check out Chapter 5 of the Exchange Server Cookbook-- the scripts are available from <http://www.exchangecookbook.com/archives/2005/06/chapter_5_scrip.html>. Cheers, -Paul
I have the same problem. I need to reference CDOEXM in my VB.NET application. I would hope an install is available so I can use Vista to run all my applications. -- Joe. "Gene" wrote: > Hi, > > I need to development an application to automatically create mailboxes > on our exchange (2003) server. My development machine is running Vista > and Visual Studio 2008. > According the information on the Microsoft website it is not possible > to install the Exchange Management Tools (2003) on a Vista machine. > How can I make a reference to the CDOEXM com object (needed to create > to mailboxes) ? > > Can any help me please? > > > Gene >