PR_PROFILE_OPEN_FLAGS

The PR_PROFILE_OPEN_FLAGS property determines the flags used for a specific information store.

Quick Info

Header file: EDKMDB.H
Applies to: Profile objects
Identifier: 0x6609
Property type: PT_LONG
Access: Read/write

Values

OPENSTORE_USE_ADMIN_PRIVILEGE
Used with the IExchangeManageStore interface for privileged access to any message store. See IExchangeManageStore::CreateStoreEntryID.
OPENSTORE_PUBLIC
Indicates that the store is the public store in MAPISVC.INF and CreateStoreEntryID.
OPENSTORE_HOME_LOGON
Indicates the home information store in MAPISVC.INF.
OPENSTORE_TAKE_OWNERSHIP
Used with the IExchangeManageStore interface for privileged access to any message store. See IExchangeManageStore::CreateStoreEntryID. Gives the user the same rights as the owner of the store.
OPENSTORE_OVERRIDE_HOME_MDB
Used with the IExchangeManageStore interface for privileged access to any message store, and allows a user to log onto a store other than the user's home information store.
OPENSTORE_TRANSPORT
Indicates the transport.
OPENSTORE_REMOTE_TRANSPORT
Indicates the remote transport.

Remarks

The PR_PROFILE_OPEN_FLAGS property is used by a profile configuration tool.

See Also

IExchangeManageStore::CreateStoreEntryID, IExchangeManageStore