SendInvitation MethodSendInvitation Method*
*



Contents  *



Index  *Topic Contents
*Previous Topic: QueryMemberProperty Method
*Next Topic: SendMessage Method

SendInvitation Method

Invites a user to the channel.

Syntax

object.SendInvitation Nickname

Parameters

objectRequired. An object expression that evaluates to a Channel object.
NicknameRequired. A string expression that contains the invited user's Nickname.

Remarks

The invited user gets an OnInvitation event.

Example

MsChatPr1.Channels(5).SendInvitation "EuniceM"

The previous example is equivalent to:

MsChatPr1.SendInvitation("EuniceM",MsChatPr1.Channels(5).ChannelName)

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