Microsoft Chat Server SDK Reference

AuthenticatedOnly Property

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

Syntax

Flag = ChatChannel.AuthenticatedOnly
ChatChannel.AuthenticatedOnly = Flag

Parameters

Flag
True if channel members must be authenticated in order to join the channel, False if not.

Remarks

If this flag is set, a chat user cannot join the channel as an anonymous user, even with a password. To join the channel, the user's identity must be verified by some form of authentication.

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

See Also

AuthenticatedSpeakersOnly


© 1998 Microsoft Corporation. All rights reserved.