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