Microsoft Chat Server SDK Reference

InviteOnly Property

This property retrieves the "InviteOnly" flag indicating whether users can join the channel without being invited.

Syntax

Flag = ChatChannel.InviteOnly
ChatChannel.InviteOnly = Flag

Parameters

Flag
True if channel membership is by invitation only, False if not.

Remarks

If the "InviteOnly" flag is set, only users who have explicitly been invited by the channel host or owner can enter the channel. Host and owner keys (if they exist) can be used to override the invite only flag.

This flag will be set if the channel mode is set to INVITE (+i).

See Also

Knock


© 1998 Microsoft Corporation. All rights reserved.