Microsoft Chat Server SDK Reference

NickDelay Property

This property contains the number of seconds that must elapse between nickname changes.

Syntax

Delay = ChatClass.NickDelay
ChatClass.NickDelay = Delay

Parameters

Delay
The time in seconds that must elapse between nickname changes.

Remarks

You can set a value from 0 to 3600 seconds. A value of 3600 prevents all nickname changes.

The NickDelay property does not slow the activity of a class member session. If a member tries to change nicknames before the delay has elapsed, the chat server notifies the member that he or she tried to change nicknames too soon.


© 1998 Microsoft Corporation. All rights reserved.