Contents Index Topic Contents | ||
Previous Topic: LeaveChannel Method Next Topic: QueryChannelProperty Method |
ListMembers Method
Lists the members of the channel.
Syntax
object.ListMembers MemberQueryItems
Parameters
object Required. An object expression that evaluates to a Channel object. MemberQueryItems Required. An object expression that evaluates to a ChatItems object. The MemberQueryItems parameter is currently unused. It is present for backward compatibility in the future.
Remarks
Future releases of the protocol might include some method of narrowing the member listing. In this case the MemberQueryItems parameter would come into use. Currently neither the IRC nor the IRCX protocols offer any member-listing criteria.
Example
Dim mqi As ChatItems chan.ListMembers mqiSee Also
OnMemberProperty, QueryMemberProperty
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.