Microsoft Chat Server SDK Reference

Creator Property

This property retrieves the identity of the user who created the access entry.

Syntax

Name = ChatAccessEntry.Creator

Parameters

Name
String representing the identity (username@host) of the user that created the access entry, or an empty string if the creator is unknown.

Remarks

The creator property is only available on access entries added to the ChatServer object. For access entries of ChatUser and ChatChannel objects, the Creator property is always an empty string.


© 1998 Microsoft Corporation. All rights reserved.