Microsoft Chat Server SDK Reference

FriendlyName Property

This property contains the short name of the extension.

Syntax

Name = ChatExtension.FriendlyName
ChatExtension.FriendlyName = Name

Parameters

Name
The self-reported short name of the extension, as a string.

Remarks

Extension writers should select a name that is just long enough to be descriptive, but is unique to the servers on which they plan to install the extension. Any combination of characters and punctuation can be used, although alphanumeric characters are strongly recommended.

FriendlyName is queried from the extension itself, using the IChatExtensionCallback::Name callback.

See Also

Name


© 1998 Microsoft Corporation. All rights reserved.