Microsoft Chat Server SDK Reference

AuthenticatedSpeakersOnly Property

This property retrieves the flag that indicates whether non-authenticated users can speak in the channel.

Syntax

Flag = ChatChannel.AuthenticatedSpeakersOnly
ChatChannel.AuthenticatedSpeakersOnly = Flag

Parameters

Flag
True if channel members must be authenticated in order to send messages, False if not.

Remarks

If this flag is set, a chat user can join the channel as an anonymous user, but will not be allowed to send messages.

This flag will be set if the channel is created with the AUTHTALK channel flag.

See Also

AuthenticatedOnly


© 1998 Microsoft Corporation. All rights reserved.