Microsoft Chat Server SDK Reference

IChatChannelCallBack

This interface allows the extension to participate in and react to notifications that modify ChatChannel objects.

Methods

OnAddAccess Notification that an access entry is being added.
OnAddMember Notification that new user has joined the channel.
OnChangedMember Notification that channel access is changing for this member.
OnChannelPropertyChanged Notification of channel property change.
OnChannelText Notification that a chat message is being sent on this channel.
OnRemoveAccess Notification that an access entry has been removed.
OnRemoveMember Notification that user is leaving the channel.


© 1998 Microsoft Corporation. All rights reserved.