| Microsoft Chat Server SDK Reference |
|---|
This method is called whenever a chat user joins the associated channel.
Visual Basic:HRESULT OnAddMember(IChatChannel *Channel,IChatUser *User,VARIANT_BOOL PostUpdate,long *Cancel);
Function IChatChannelCallBack_OnAddMember( _ByVal Channel As CHATSVCLib.IChatChannel, _ByVal User As CHATSVCLib.IChatUser, _ByVal PostUpdate As Boolean) As Long
When this channel property changes, the OnChannelPropertyChanged method is not called. Extensions interested in the OnAddMember event must register for explicit notification.
© 1998 Microsoft Corporation. All rights reserved.