Microsoft Chat Server SDK Reference

Add Method

This method inserts a new user extension into the collection.

Syntax

ChatExtensions.Add(Name, Extension)

Parameters

Name
String representing Name key of this entry.
Extension
A reference to a ChatExtension object.

Remarks

Adding an extension to the collection binds it to the chat service, and causes the IChatExtensionCallback methods OnInstall and Init to be invoked.

See Also

CreateItem


© 1998 Microsoft Corporation. All rights reserved.