Microsoft Chat Server SDK Reference

CanRemoteUsersJoin Property

This property retrieves the flag that indicates whether remote users can join this channel.

Syntax

Flag = ChatChannel.CanRemoteUsersJoin

Parameters

Flag
True if channel permits remote users to join, False if not.

Remarks

Remote users are members who have connected to the chat network through an external portal.

This flag is True if the channel is a global channel (starts with "#" or "%#") and False if it is a local channel (starts with "&" or "%&"). This flag will also be set if the channel mode does not specify NOREMOTE.


© 1998 Microsoft Corporation. All rights reserved.