Platform SDK: CDO for Windows 2000

Event Bindings

Binding information for each event source and sink is stored in the Microsoft® Internet Information Services (IIS) metabase used by the Microsoft® Windows® 2000 platform. A binding is the association between a particular event source and a sink. Globally unique identifiers (GUIDs) identify each binding between the source and a sink. Each binding stores the information described in the following table.

Binding Fields

Field Description
ID A GUID that identifies the binding. This value is normally created when you create the binding.
DisplayName A name that refers to the binding.
SinkClass The class identifier (CLSID) (in registry format) or programmatic identifier (ProgID) for the sink COM class.
SourceProperties Information on each binding for the event source. For the SMTP and NNTP service event sources, the properties consist of Rule and Priority. See Event Source and Sink Binding Properties.
SinkProperties Information on each binding for the sink. The Microsoft® Collaboration Data Objects (CDO) event scripting hosts use the ScriptName property to identify the path to the script. See Event Source and Sink Binding Properties.