Platform SDK: Exchange Server

IExchExtPropertySheets : IUnknown

The IExchExtPropertySheets interface is used to enable extension objects to append pages to Microsoft Exchange property sheets. IExchExtPropertySheets is used only in the EECONTEXT_PROPERTYSHEETS context.

For more information on property sheets, see the Win32 documentation.

This interface is optional.

Quick Info

Header file: EXCHEXT.H
Exposed: Extension objects
Implemented by: Extension objects
Called by: Microsoft Exchange
Corresponding pointer type: LPEXCHEXTPROPERTYSHEETS

Vtable Order

GetMaxPageCount Returns the maximum number of pages an extension will add to the property sheet.
GetPages Adds property sheet pages to the current list of pages.
FreePages Frees any resources allocated by the GetPages method.