Microsoft Chat Server SDK Reference

ChatUnboundExtensions Collection

This collection manages the list of chat extensions that have not yet been bound to the chat service. This collection does not contain entries for extensions that are in use.

Properties

Name Type Access
Count Long Read-only
Item (default property) ChatExtension object Read-only

Methods

Update Updates the collection from the registry.

Remarks

For an extension to appear in this collection, it must be registered (using REGSVR32.EXE) on the chat server. The extension must also be registered as supporting the Chat Server Extension category. To do this, the following keys must appear under the extension's CLSID in the registry:

Implemented Categories\
   {26ED0606-44D2-11D1-9045-00C04FB6E8E9}

© 1998 Microsoft Corporation. All rights reserved.