Microsoft Chat Server SDK Reference

IChatUserCallBack

This interface defines methods used to monitor chat users on the server.

Methods

OnAddAccess Notification that an access entry is being added.
OnAddChannel Notification that user has joined a new channel.
OnAwayChanged Notification sent as user's "away" text is changing.
OnNickChanged Notification sent as user nickname is changing.
OnPrivateText Notification of user-to-user text.
OnProtocolMessageIn Notification of protocol message sent by specific user.
OnProtocolMessageOut Notification of protocol message sent to user.
OnRemoveAccess Notification that an access entry has been removed.
OnRemoveChannel Notification that user has left a channel.
OnUserPropertyChanged Notification that user property is changing.


© 1998 Microsoft Corporation. All rights reserved.