Hi, I'm trying to write a windows program that will create mailboxes on an exchange 2007 server. I'm trying to write something that has the minimum amount of dependencies. From my initial research, it seems like the only integration point is through the exchange 2007 cmdlet under powershell. Is there an API that I can call directly rather than automating powershell? In Exchange 2000/2003, I was able to use CDOEXM? -dave