I have a VB Script that I use to create users and set the properties. How
can I include the creation of the user's mailbox to my script?
Alex
You can use CDOEXM (which gets installed when you install Exchange System
Manager) have a look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_cdo_
imailboxstore_createmailbox.asp
for some code samples.
cheers
Glen
> I have a VB Script that I use to create users and set the properties. How
> can I include the creation of the user's mailbox to my script?
>
> Alex
Alex H - 26 Jul 2004 17:15 GMT
Thanks
Alex H
> You can use CDOEXM (which gets installed when you install Exchange System
> Manager) have a look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_cdo_
imailboxstore_createmailbox.asp
> for some code samples.
>
[quoted text clipped - 5 lines]
> >
> > Alex