Microsoft Chat Server SDK Reference <<>>

CreateItem Method

This method creates a new ChatExtension object with default settings, which can be modified and added to the collection.

Syntax

Set Extension = ChatExtensions.CreateItem

Parameters

Extension
The new ChatExtension object.

Remarks

The Name property of the new ChatExtension object can only be set as it is added to the collection.

Although empty ChatExtension objects can be constructed with this method, it is recommended that existing extension objects be used instead. To retrieve a complete list of inactive chat server extensions, use the ChatUnboundExtensions collection.

See Also

Add

ChatUnboundExtensions


© 1998 Microsoft Corporation. All rights reserved.