Microsoft Chat Server SDK Reference

Chat Channel Visibility

This enumeration is used to indicate the degree of channel visibility to chat users. It is used by the ChatPersistentChannel.Visibility property.

The channel visibility can be one of the following:

Chat_Channel_Visibility enumeration Meaning
ctVisibilityPublic No restriction. All users can see the channel.
ctVisibilityPrivate Only the channel name and count of members can be queried by non-members.
ctVisibilityHidden Channel information cannot be viewed by users who are not invited members.
ctVisibilitySecret Channel cannot by located by any query.


© 1998 Microsoft Corporation. All rights reserved.