Microsoft Chat Server SDK Reference

Identity Property

This property retrieves the user's identity, expressed as a user identifier and DNS host address.

Syntax

UserId = ChatUser.Identity

Parameters

UserId
String representing the user's network identity.

Remarks

If the user is authenticated, UserId takes the form of "username@servername," where servername refers to the name of the Chat Server which authenticated the user. If anonymous, UserId is in the form of "~username@IPaddress" where IPaddress is that of the client. The '~' char is used throughout IRC to indicate that a user is anonymous.

See also

Authenticated


© 1998 Microsoft Corporation. All rights reserved.