Microsoft Chat Server SDK Reference

ProtocolMessageOut Method

This method allows an extension to send a protocol message on the current channel.

Syntax

ChatChannel.ProtocolMessageOut(Message)

Parameters

Message
String representing the protocol message.

Remarks

An extension could use this method to send a protocol message after canceling a command during a pre-update notification, or when processing an OnConfigureExtension notification.

Protocol messages must be terminated by a carriage return/line feed. Messages are buffered until a CR/LF is received. Failure to add a CR/LF can cause your message to be combined with other messages sent by the server.


© 1998 Microsoft Corporation. All rights reserved.