Contents Index Topic Contents | ||
Previous Topic: Rating Property Next Topic: RoomTopic Property |
RoomPath Property
Retrieves the location of the chat room to which the user is currently connected. This property is read-only.
Syntax
object.RoomPath
Parameters
object Required. An object expression that evaluates to a Chat control. Return Value
Returns a BSTR expression that evaluates to the server location of the chat room. If the user is not connected to a chat room, an empty string is returned.
Remarks
The format of the server location returned is:
prefix://server-name[:port-number]/[[#]|[&]]room-name
The prefix can be mic or irc. The server-name is the host name of the chat server computer. The optional number sign (#) indicates that the chat room can be a global IRC room. The optional ampersand (&) indicates that the room can be a local IRC or MIC room. The room-name is the name of the chat room.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.