Microsoft Chat Server SDK Reference

Add Method

This method inserts a new access entry into the collection.

Syntax

ChatAccessEntries.Add(strInfo)

Parameters

strInfo
String representing access entry information. See remarks.

Remarks

Format of strInfo is: "<level> <mask> [<timeout> [:<reason>]]".

The "level" part of strInfo may be any of the following case-insensitive keywords: DENY, GRANT, HOST, OWNER, or VOICE. (Refer to the CHAT_ACCESS_LEVEL enumeration for details.) All other parts are identical to the return values of the related ChatAccessEntry properties.


© 1998 Microsoft Corporation. All rights reserved.