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