IPSTOVERRIDE1 : IUnknown

Applies to: Outlook 2013 | Outlook 2016

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

Property Value
Inherits from:
IUnknown
Implemented by:
PST store provider
Called by:
Client
Interface identifier:
IID_IPSTOVERRIDE1

Vtable order

Member Description
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.

See also

IPSTOVERRIDEREQ : IUnknown