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



The information in this article applies to:

  • Microsoft Exchange Server 2003 Enterprise Edition
  • Microsoft Exchange Server 2003 Standard Edition
  • Microsoft Exchange 2000 Server
  • Microsoft Outlook 2002
  • Microsoft Extended Messaging Application Programming Interface (MAPI)

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.

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


Modification Type:MajorLast Reviewed:4/11/2005
Keywords:kbinfo KB891425 kbAudDeveloper