Microsoft Chat Server SDK Reference

ProtocolMessageIn Method

This method allows an extension to simulate user-generated protocol commands.

Syntax

ChatUser.ProtocolMessageIn(Message)

Parameters

Message
Protocol message to be sent on behalf of the specific user. The effect is the same as if the user had typed the command.

Remarks

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 to the server.


© 1998 Microsoft Corporation. All rights reserved.