QueryMemberProperty MethodQueryMemberProperty Method*
*



Contents  *



Index  *Topic Contents
*Previous Topic: QueryChannelProperty Method
*Next Topic: SendInvitation Method

QueryMemberProperty Method

Asynchronously requests a member property.

Syntax

object.QueryMemberProperty MemberPropertyName[, MemberNickname]

Parameters

objectRequired. An object expression that evaluates to a Channel object.
MemberPropertyNameRequired. A string containing one of the following valid member property name values.
Identity
IPAddress
Modes
Nickname
ObjectId (IRCX protocol only)
UserName
MemberNicknameOptional. A string expression. If specified, this parameter must be an empty variant or a valid channel member nickname. If omitted or empty, the nickname of the caller is used.

Remarks

A successful call results in an OnMemberProperty event where the MemberItems parameter exposes all the known member properties.

Examples

MsChatPr1.Channels.Item(3).QueryMemberProperty "Identity", "DerrickL"
MsChatPr1.Channels.Item(3).QueryMemberProperty "Modes"

See Also

enumMemberMode, MemberIdentity, MemberProperty


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