Microsoft Chat Server SDK Reference

AccessEntries Property

This property returns the collection of currently defined access control masks.

Syntax

Set AccessEntries = ChatServer.AccessEntries([Source])

Parameters

AccessEntries
The ChatAccessEntries collection.
Source
Optional. A value from the CHAT_ACCESS_LIST enumeration indicating the source of access entries that are to be returned.

Remarks

The default value is ACCESS_SERVER_LIST, if Source is not specified.

A ChatAccessEntry object provides an access mask of privileges relating to users, channels, the chat server and network as a whole. These entries, by means of a Mask property, define the privilege level for specific users.


© 1998 Microsoft Corporation. All rights reserved.