Microsoft Chat Server SDK Reference

CanReceiveExternal Property

This property retrieves the flag that indicates whether users not in the channel can send messages to the channel.

Syntax

Flag = ChatChannel.CanReceiveExternal
ChatChannel.CanReceiveExternal = Flag

Parameters

Flag
True if channel permits messages from external users, False if not.

Remarks

This flag will not be set if the channel is created with NOEXTERN mode (+n).


© 1998 Microsoft Corporation. All rights reserved.