Microsoft Chat Server SDK Reference

CanWhisper Property

This property retrieves the flag that indicates whether channel members can whisper in the channel.

Syntax

Flag = ChatChannel.CanWhisper
ChatChannel.CanWhisper = Flag

Parameters

Flag
True if channel allows whispers, False if not.

Remarks

This flag will not be set if the channel is created with NOWHISPER mode.


© 1998 Microsoft Corporation. All rights reserved.