Microsoft Chat Server SDK Reference

Property Page Types

The IChatExtensionCallBack::OnGetPropertyPageClass callback uses the PROPERTY_PAGE enumeration to indicate the class of the requested property page.

The following table describes the property page classes.

PROPERTY_PAGE enumeration Meaning
PPAGE_SERVER A property page that allows global or server-wide administration for the extension. This page will be displayed by the server administration GUI on selection of a specific server extension's properties.
PPAGE_CHANNEL This page allows an extension to associate a property tab against chat members.
PPAGE_USER This property page type is reserved for future use.


© 1998 Microsoft Corporation. All rights reserved.