Microsoft Chat Server SDK Reference

DenyJoin Property

This property contains the flag that determines whether members of this class can join dynamic channels.

Syntax

Flag = ChatClass.DenyJoin
ChatClass.DenyJoin = Flag

Parameters

Flag
True if members of this class are prevented from joining dynamic channels, False if not.

Remarks

If True, members of the class will also not be able to create dynamic channels. This setting does not prevent users from joining persistent channels.


© 1998 Microsoft Corporation. All rights reserved.