Microsoft Chat Server SDK Reference

Moderated Property

This property retrieves the "Moderated" flag indicating whether members enter the channel with the ability to speak.

Syntax

Flag = ChatChannel.Moderated
ChatChannel.Moderated = Flag

Parameters

Flag
True if the channel is moderated, False if not.

Remarks

A chat user joining a moderated channel cannot post messages to the channel but can see messages posted by the speakers. However, a channel owner or host can grant speaking permission to specific users. Auditorium and moderated modes are mutually exclusive.

This flag will be set if the channel mode is set to MODERATED (+m).

See Also

IsAuditorium


© 1998 Microsoft Corporation. All rights reserved.