MemberModes PropertyMemberModes Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: MemberIdentity Property
*Next Topic: MemberProperty Property

MemberModes Property

Synchronously accesses a channel member's Modes.

Syntax

value=object.MemberModes[, MemberNickname]

Parameters

valueRequired. A variable of enumMemberMode type.
objectRequired. An object expression that evaluates to a Channel object.
MemberNicknameOptional. A variant. When specified, the variant must be a string and represent the nickname of a channel member. If not specified, the Modes of the caller are returned.

Remarks

Access is read-only.

The member modes expose eight Booleans, each Boolean taking two values that are mutually exclusive. For example, the mmClientIgnored and mmNotClientIgnored values are mutually exclusive.

If the MemberModes property returns 0x000AA41 = mmClientIgnored + mmAway + mmNotSysop + mmNotOwner + mmNotHost + mmNoVoice, the control is certain that this member is ignored by the caller, currently away, not a system operator, not a channel host, and has no voice.

However, in this example, because mmAuthMember and mmNotAuthMember are not part of the returned modes, the control is not aware of member authentication.

See Also

Nickname


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