Microsoft Chat Server SDK Reference

Chat Service Modes

This enumeration is used to indicate the modes that affect the behavior of the chat service, and is used by the ChatService.ModeBits property.

The chat service mode can be any valid combination of the following:

Chat_Service_Modes enumeration Value Meaning
SERVICEMODE_DISABLENEW 2 Disable new chat client connections.
SERVICEMODE_INTRANET 128 The chat server is operating on a private network and can accept connections from chat clients whose IP address has not been validated. The DNS Lookup option is disabled if intranet mode is active.
SERVICEMODE_NOCHANHOST 16 Prevents users who create dynamic channels from becoming the channel owner or host.
SERVICEMODE_NODYNAMIC 32 Server does not allow dynamic channels.
SERVICEMODE_SYSOPISOWNER 64 Server grants owner status to chat users with sysop permissions when they join a dynamic channel. Persistent channels are not affected by this setting.


© 1998 Microsoft Corporation. All rights reserved.