KickMember MethodKickMember Method*
*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

objectRequired. An object expression that evaluates to a Channel object.
MemberNicknameRequired. A string expression that must be a valid member nickname from the channel.
ReasonOptional. 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

Nickname, OnMemberKicked


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.