Platform SDK: CDO 1.2.1

A

Active Messaging
See CDO.
Active Platform
A PC platform for developing Internet applications, including an extensive set of development tools. The platform is independent of the operating system and presents a consistent interface to both the client and the server. The Active Platform™ is based on three core technologies: Active Desktop, Active Server™, and ActiveX®.
Active Server
The Active Platform™ component of Microsoft Internet Information Server (IIS) 3.0 or later, which extends the Windows NT system services to the World Wide Web. It decodes and runs server-side script and provides database access and transaction support.
Active Server Pages
See ASP.
ActiveX
A software technology, built on the COM foundation, that allows networked components to interact with each other independently of the languages they are written in. ActiveX® is used particularly for applications dealing with the Internet and the World Wide Web. ActiveX components include ActiveX objects, which expose their properties and methods, and ActiveX clients, which access them. See also OLE.
ActiveX client
An application or programming tool accessing the ActiveX objects exposed by programs supporting Automation.
ActiveX control
A reusable, stand-alone software component often exposing a discrete subset of the total functionality of a product or application. An arbitrary number of ActiveX® controls can be used as prefabricated components to aid in building a new application. ActiveX controls cannot run alone and must be loaded into a control container such as Microsoft Visual Basic or the Microsoft Internet Explorer. Formerly referred to as OLE control or OCX. For more information, see the ActiveX SDK section of the Platform SDK.
ActiveX object
An object exposed by an application or programming tool supporting Automation for use by ActiveX clients.
address book
A container object that manages a collection of one or more address book containers furnished by one or more service providers. CDO applications can access an address book using the AddressLists collection object.
address book container
An object that contains one or more recipients and makes them available to applications using the CDO libraries. Common address book containers include the global address list and the personal address book. CDO applications can access an address book container using the AddressList object.
address entry
An object containing addressing information such as a display name, an e-mail type, and an e-mail address. An address usually represents a person or process that can receive a message. CDO applications can access an address entry using the AddressEntry object. See also recipient.
anonymous user
See unauthenticated user.
ASP
(Active Server Pages) An open application environment in which HTML pages, scripts, and ActiveX components can be combined to create Web-based applications. ASP is an ISAPI application.
attachment
An object that is associated with a message and contains additional data, such as a file or an OLE object. CDO applications can access an attachment using the Attachment object.
authenticated user
A messaging user that has a valid account on a Microsoft Exchange server and can therefore access a mailbox. Also referred to as a validated user.
Automation
A Microsoft technology that allows objects to expose their internal services to each other as well as to human users, thereby permitting tasks to be performed automatically instead of by hand. Automation follows the Component Object Model (COM), and most Automation applications derive their objects from the IDispatch interface. Objects exposed through Automation include ActiveX objects, and applications that access them include ActiveX clients. Formerly referred to as OLE Automation.
Automation controller
A programming tool, such as Microsoft Visual Basic, that supports Microsoft Automation. An application written in or using an Automation controller can reference an arbitrary number of object libraries and access their objects from a single program.