Microsoft Chat Server SDK Reference

Channels Property

This property returns a collection of channels.

Syntax

Set Channels = ChatServer.Channels

Parameters

Channels
The ChatChannels collection.

Remarks

The collection consists of individual ChatChannel objects representing every active channel on the chat network, including hidden and secret channels. Channels that are local to remote servers, and persistent channels that have not been started are not included in the collection.


© 1998 Microsoft Corporation. All rights reserved.