Microsoft Chat Server SDK Reference

Knock Property

This property retrieves the "Knock" flag indicating whether knock messages are sent to the channel owner.

Syntax

Flag = ChatChannel.Knock
ChatChannel.Knock = Flag

Parameters

Flag
True if knock messages should be sent, False if not.

Remarks

Knock messages are sent to channel owners and hosts whenever a user fails to join the channel for any reason. The message is the same as that received by the user. Knock mode is often used in conjunction with an invite-only channel.

This flag will be set if the channel mode is set to KNOCK (+u).

See Also

InviteOnly


© 1998 Microsoft Corporation. All rights reserved.