Microsoft Chat Server SDK Reference

Secret Property

This property retrieves the "Secret" flag indicating visibility of the channel and its members.

Syntax

Flag = ChatChannel.Secret
ChatChannel.Secret = Flag

Parameters

Flag
True if channel is invisible, False if it is displayed in the channel list.

Remarks

Secret channels cannot by located by user queries. Chat Sysops and Chat Sysop Managers can locate secret channels with a query, however.

This flag will be set if the channel mode is SECRET (+s). The HIDDEN, SECRET, and PRIVATE channel modes are mutually exclusive. Setting one of these values causes the others to be reset. If the Channel is not private, hidden, or secret, it is public.

See Also

Hidden

Private


© 1998 Microsoft Corporation. All rights reserved.