Microsoft Chat Server SDK Reference

Name Property

This property contains the name of the channel.

Syntax

Name = ChatPersistentChannel.Name

Parameters

Name
The channel name, as a string.

Remarks

The standard IRC channel naming convention is supported. The name of an IRC-compatible channel can contain between 1 and 200 ANSI characters, but must begin with the number sign (#) or an ampersand (&). All characters except null, bell, carriage return, line feed, space, comma, and backslash are permitted.

The name of a channel that allows only Microsoft Internet Chat (MIC) protocol connections can contain between 1 and 63 ANSI or Unicode characters. All characters except null, bell, carriage return, line feed, space, comma, and backslash are permitted.


© 1998 Microsoft Corporation. All rights reserved.