Contents Index Topic Contents | ||
Previous Topic: OnPrivateMessage Event Next Topic: OnServerProperty Event |
OnProtocolMessage Event
Fires for any incoming server message when the ProcessProtocolMessages property is set to FALSE.
Syntax
object_OnProtocolMessage(MessagePrefix, MessageCommand, MessageParameters, EnableDefault)
Parameters
object Required. An object expression that evaluates to an MsChatPr control. MessagePrefix Required. A string expression. MessageCommand Required. A string expression. MessageParameters Required. An array of string variants. EnableDefault Required. An OLE_ENABLEDEFAULTBOOL. Remarks
If the ProcessProtocolMessages property is set to TRUE, this event is fired for incoming messages that are not internally treated by the control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.