| Microsoft Chat Server SDK Reference |
|---|
This object represents the user attached to a chat server on the chat network.
| AccessEntries | List of access entries for this user. |
| Channels | List of channels of which the user is a member. |
| 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 |
| 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.