Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You can use the MAPI_TEMPORARY_PROFILES flag to create MAPI profiles in temporary .mmp files


View products that this article applies to.

Introduction

Typically, MAPI profiles are created in the HKEY_CURRENT_USER hive of the registry. However, for some MAPI applications that create many profiles, you may not want to do this. You can use the MAPI_TEMPORARY_PROFILES flag to make MAPI store these profiles in temporary .mmp files on disk instead of in the registry.

↑ Back to the top


More information

The following code defines the MAPI_TEMPORARY_PROFILES flag:
#define MAPI_TEMPORARY_PROFILES			0x00000004
To use this flag, set it in the ulFlags member of the MAPIINIT_0 structure that is passed to the MAPIInitialize function.

This flag causes MAPI to store profiles in temporary .mmp files on disk, instead of storing profiles in the registry.

By default, .mmp files are created in the %WINDIR% directory. However, you can change the default location. For more information about how to change the default location for storing MAPI profiles, click the following article number to view the article in the Microsoft Knowledge Base:
166599� .mmp files created by MAPI and CDO

↑ Back to the top


Keywords: KB891425, kbinfo

↑ Back to the top

Article Info
Article ID : 891425
Revision : 5
Created on : 10/25/2007
Published on : 10/25/2007
Exists online : False
Views : 367