Working with VBScript

Topic Last Modified: 2006-06-21

Microsoft® Visual Basic® Scripting Edition (VBScript) is a scripting language that can only access the functionality of Component Object Model (COM) objects that support the IDispatch interface. Because all type checking is performed at run time, you do not need to include any type information.

For information about using the CDO objects and interfaces with VBScript, read Navigating CDO Interfaces with VBScript.