Microsoft Chat Server SDK Reference

CanHostChannel Property

This property retrieves the flag that indicates whether the user is allowed to be a host or owner of a channel.

Syntax

Flag = ChatUser.CanHostChannel

Parameters

Flag
True if user is allowed to host or own a channel, False if not.

Remarks

The user class determines whether a user is prevented from hosting channels. Specifically, the user will not be able to host channels if the Cannot be channel owner or host check box (on the user class's Access property sheet) is selected in the Chat Service Manager.

See Also

DenyHost


© 1998 Microsoft Corporation. All rights reserved.