Microsoft Chat Server SDK Reference

Invisible Property

This property retrieves the flag that indicates whether the user is visible to other users.

Syntax

Flag = ChatUser.Invisible
ChatUser.Invisible = Flag

Parameters

Flag
True if the user is visible to other users, False if not.

Remarks

Invisible users do not appear in the user list, but will be reported in user totals for the server.


© 1998 Microsoft Corporation. All rights reserved.