Move Mailbox (ADSI/CDOEXM) Sample Application
Move Mailbox (ADSI/CDOEXM) 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.
Active Directory® Service Interfaces (ADSI)
abstracts the capabilities of directory services from different
network providers to present a single set of directory service
interfaces for managing network resources. Microsoft® Exchange Server 2003
messaging and collaboration applications can use
ADSI to look
up and modify user and group information stored in
Microsoft Active Directory®. For
more information about ADSI, see the MSDN® Active Directory Service Interfaces
Web site.
Move Mailbox (ADSI/CDOEXM) Sample Application Components
The Move Mailbox (ADSI/CDOEXM) sample application is a Microsoft Visual Basic® Scripting Edition (VBScript) file that uses ADSI to get a connection to the user's mailbox and CDO for Exchange Management (CDOEXM) to move the mailbox from one Exchange Server 2003 to another. The Move Mailbox (ADSI/CDOEXM) sample application must be used on either a computer running Exchange Server 2003 or a computer that has the Exchange Management components installed.
The following topics provide more information about the Move Mailbox (ADSI/CDOEXM) sample application.
Navigating the Move Mailbox (ADSI/CDOEXM) Sample Application Source Code
Setting Up the Move Mailbox (ADSI/CDOEXM) Sample Application