Microsoft Chat Server SDK Reference

ChatUser Object

This object represents the user attached to a chat server on the chat network.

Collections

AccessEntries List of access entries for this user.
Channels List of channels of which the user is a member.

Properties

Name Type Access
Admin Boolean Read/write
Authenticated Boolean Read-only
Away String Read/write
CanCreateDynamic Boolean Read-only
CanHostChannel Boolean Read-only
CanJoinDynamic Boolean Read-only
DNSAddress String Read-only
ElapsedTime Long Read-only
Gagged Boolean Read/write
HostMachineName String Read-only
Identity String Read-only
IdleTime Long Read-only
Invisible Boolean Read/write
IPAddress String Read-only
IsIRCX Boolean Read-only
IsRemoteUser Boolean Read-only
MaxChannels Long Read-only
Nick (default property) String Read/write
RealName String Read/write
Server ChatServer object Read-only
Sysop Boolean Read/write

Methods

Close Removes the user from a channel, or ends the current user session.
ProtocolMessageIn Allows an extension to send a message to the chat server on behalf of a user.
ProtocolMessageOut Allows an extension to send a message to the user on behalf of the chat server.


© 1998 Microsoft Corporation. All rights reserved.