Contents Index Topic Contents | ||
Previous Topic: MaxMembers Property Next Topic: MemberCount Property |
MaxMessageLength Property
Retrieves or sets the maximum number of characters allowed in the Send text box.
Syntax
object.MaxMessageLength[=value]
Parameters
object Required. An object expression that evaluates to a Chat control. value Optional. A long integer value that determines the maximum number of characters allowed in the Send text box. The default value is 2040 characters, which is the maximum message length on an MIC server. Return Value
Returns the maximum number of characters allowed in the Send text box. If the UIOption property does not include the Send text box (value=16), this property is equal to zero.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.