User Profile Properties
These properties appear on the user's account profile.
Constant | Description | Data type | Property ID | Property Tag |
---|---|---|---|---|
PR_STORE_PROVIDERS | Contains a list of identifiers of message store providers in the current profile. | PT_BINARY | 0x3D00 | 0x3D000102 |
PR_AB_PROVIDERS | Contains a list of identifiers for address book providers in the current profile. | PT_BINARY | 0x3D01 | 0x3D010102 |
PR_TRANSPORT_PROVIDERS | Contains a list of identifiers of transport providers in the current profile. | PT_BINARY | 0x3D02 | 0x3D020102 |
PR_DEFAULT_PROFILE | Contains TRUE if a messaging user profile is the MAPI default profile. | PT_BOOLEAN | 0x3D04 | 0x3D04000B |
PR_AB_SEARCH_PATH | Contains a list of entry identifiers for address book containers that are to be searched to resolve names. | PT_MV_BINARY | 0x3D05 | 0x3D051102 |
PR_AB_DEFAULT_DIR | Contains the entry identifier of the address book container that is to be shown to the user first. | PT_BINARY | 0x3D06 | 0x3D060102 |
PR_AB_DEFAULT_PAB | Contains the entry identifier of the address book container that is to be used as the personal address book. | PT_BINARY | 0x3D07 | 0x3D070102 |
PR_FILTERING_HOOKS | Was originally meant to contain hook identifiers. No longer supported. | PT_BINARY | 0x3D08 | 0x3D080102 |
PR_SERVICE_NAME | Contains the name of a message service as set by the user in the MAPISVC.INF file. | PT_TSTRING | 0x3D09 | 0x3D09001F |
PR_SERVICE_NAME_W | Contains the name of a message service as set by the user in the MAPISVC.INF file. UNICODE compilation. | PT_UNICODE | 0x3D09 | 0x3D09001F |
PR_SERVICE_NAME_A | Contains the name of a message service as set by the user in the MAPISVC.INF file. Non-UNICODE compilation. | PT_STRING8 | 0x3D09 | 0x3D09001E |
PR_SERVICE_DLL_NAME | Contains the filename of the DLL containing the message service provider entry point function to call for configuration. | PT_TSTRING | 0x3D0A | 0x3D0A001F |
PR_SERVICE_DLL_NAME_W | Contains the filename of the DLL containing the message service provider entry point function to call for configuration. UNICODE compilation. | PT_UNICODE | 0x3D0A | 0x3D0A001F |
PR_SERVICE_DLL_NAME_A | Contains the filename of the DLL containing the message service provider entry point function to call for configuration. Non-UNICODE compilation. | PT_STRING8 | 0x3D0A | 0x3D0A001E |
PR_SERVICE_ENTRY_NAME | Contains the name of the entry point function for configuration of a message service. | PT_STRING8 | 0x3D0B | 0x3D0B001E |
PR_SERVICE_UID | Contains the MAPIUID structure for a message service. | PT_BINARY | 0x3D0C | 0x3D0C0102 |
PR_SERVICE_EXTRA_UIDS | Contains a list of MAPIUID structures that identify additional profile sections for the message service. | PT_BINARY | 0x3D0D | 0x3D0D0102 |
PR_SERVICES | Contains a list of identifiers of message services in the current profile. | PT_BINARY | 0x3D0E | 0x3D0E0102 |
PR_SERVICE_SUPPORT_FILES | Contains a list of the files that belong to the message service. | PT_MV_TSTRING | 0x3D0F | 0x3D0F101E |
PR_SERVICE_SUPPORT_FILES_W | Contains a list of the files that belong to the message service. UNICODE compilation. | PT_MV_UNICODE | 0x3D0F | 0x3D0F101F |
PR_SERVICE_SUPPORT_FILES_A | Contains a list of the files that belong to the message service. Non-UNICODE compilation. | PT_MV_STRING8 | 0x3D0F | 0x3D0F101E |
PR_SERVICE_DELETE_FILES | Contains a list of filenames that are to be deleted when the message service is uninstalled. | PT_MV_TSTRING | 0x3D10 | 0x3D10101E |
PR_SERVICE_DELETE_FILES_W | Contains a list of filenames that are to be deleted when the message service is uninstalled. UNICODE compilation. | PT_MV_UNICODE | 0x3D10 | 0x3D10101F |
PR_SERVICE_DELETE_FILES_A | Contains a list of filenames that are to be deleted when the message service is uninstalled. Non-UNICODE compilation. | PT_MV_STRING8 | 0x3D10 | 0x3D10101E |
PR_AB_SEARCH_PATH_UPDATE | Contains a list of entry identifiers for address book containers explicitly configured by the user. | PT_BINARY | 0x3D11 | 0x3D110102 |
PR_PROFILE_NAME | Contains the name of the profile. | PT_TSTRING | 0x3D12 | 0x3D12001F |
PR_PROFILE_NAME_A | Contains the name of the profile. Non-UNICODE compilation. | PT_STRING8 | 0x3D12 | 0x3D12001E |
PR_PROFILE_NAME_W | Contains the name of the profile. UNICODE compilation. | PT_UNICODE | 0x3D12 | 0x3D12001F |
See Also
Send Feedback on this topic to the authors