Contents Index Topic Contents | ||
Previous Topic: JoinChannel Method Next Topic: LeaveChannel Method |
KickMember Method
Kicks a member from the channel.
Syntax
object.KickMember MemberNickname[, Reason]
Parameters
object Required. An object expression that evaluates to a Channel object. MemberNickname Required. A string expression that must be a valid member nickname from the channel. Reason Optional. A string expression containing the reason for kicking the user from the channel. Example
MsChatPr1.Channels(2).KickMember "WadeR", "Bad behavior!" chan11.KickMember "WadeR"See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.