Microsoft Chat Server SDK Reference

MessageOfTheDay Property

This property contains the information that is displayed to clients when they log on.

Syntax

Message = ChatService.MessageOfTheDay
ChatService.MessageOfTheDay = Message

Parameters

Message
A string representing the message displayed to chat clients as they connect.

Remarks

The longest allowable message is 1007 characters.


© 1998 Microsoft Corporation. All rights reserved.