IPSTOVERRIDE1 : IUnknown

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Allows a Personal Folders file (PST) store provider to override the PSTDisableGrow policy.

Inherits from:

IUnknown

Implemented by:

PST store provider

Called by:

Client

Interface identifier:

IID_IPSTOVERRIDE1

Vtable Order

IPSTOVERRIDE1::GetPersistedRegistrations

Retrieves the list of registrations for the Personal Folders (.pst) file.

IPSTOVERRIDE1::SetPersistedRegistrations

Registers Personal Folders files for automatic unlocking, avoiding further calls to HrTrustedPSTOverrideHandlerCallback.

IPSTOVERRIDE1::OverridePSTDisableGrow

Unlocks a Personal Folders file for growth.

Remarks

The PST Override Handler Interface Identifiers might not be defined in the downloadable header file you currently have, in which case you will find them in the MAPI Constants topic, and can copy and add them to your code. Use the DEFINE_GUID macro defined in the Microsoft Windows Software Development Kit (SDK) header file guiddef.h to associate globally unique identifier (GUID) symbolic names with their values.

For more information see How to implement a PST override handler to bypass the PSTDisableGrow policy in Outlook 2007.

See Also

Reference

IPSTOVERRIDEREQ : IUnknown