Setting a Default Profile

The default profile is the profile that is used if you do not explicitly specify one in the call to MAPILogonEx, setting instead the MAPI_USE_DEFAULT flag.

    To establish a default profile
  1. Call the MAPIAdminProfiles function to retrieve an IProfAdmin interface pointer.
  2. Call IProfAdmin::SetDefaultProfile. SetDefaultProfile sets the PR_DEFAULT_PROFILE property for the new default profile and removes the setting for the previous default profile.