Create New Store Sample Application
Create New Store Sample Application
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
CDO for Exchange Management (CDOEXM) is a collection of Component Object Model (COM) classes and interfaces aggregated into Collaboration Data Objects (CDO) and Active Directory® Service Interfaces (ADSI) classes. You can use CDOEXM to manage Microsoft® Exchange servers, mailbox stores, public stores, public folder trees, and storage groups programmatically.
Create New Store Sample Application Components
The Create New Store sample application consists of a Microsoft Visual Basic® Scripting Edition (VBScript) file that uses CDOEXM to create a new public store or mailbox store on the local Exchange server. You may specify the name of the store being created, the name of the computer and storage group in which it will be located, and whether you want the store to be mounted. See Setting Up a Store for more information about creating a new store.
The following topics provide more information about the Create New Store sample application.
Navigating the Create New Store Sample Application Source Code