Microsoft Chat Server SDK Reference

Members Property

This collection contains all the users on this channel.

Syntax

Users = ChatChannel.Members(Mode)

Parameters

Users
A ChatUsers collection containing users that match the specified access Mode.
Mode
A value defined by the CHAT_USER_MODE enumeration.

Remarks

The Members collection uses the CHAT_USER_MODE enumeration to filter the users returned in the ChatUsers collection.


© 1998 Microsoft Corporation. All rights reserved.