Platform SDK: Exchange Server

IExchExtPropertySheets::GetMaxPageCount

Returns a value for the maximum number of pages an extension object will add to the property sheet.

Quick Info

See IExchExtPropertySheets : IUnknown.

ULONG GetMaxPageCount(
  ULONG ulFlags  
);
 

Parameters

ulFlags
[in] Bitmask of flags used to indicate the type of property sheet being displayed. The following flags can be set:
EEPS_MESSAGE
A message’s property sheet.
EEPS_FOLDER
A folder’s property sheet.
EEPS_STORE
A store’s property sheet.
EEPS_TOOLSOPTIONS
The Tools.Options property sheet.

Remarks

Microsoft Exchange calls the IExchExtPropertySheets::GetMaxPageCount method when it is allocating memory for the property sheet page array. The value returned by this method represents the maximum number of pages to be shown at any one time, not the sum of all property sheet pages for all objects.