Platform SDK: MAPI |
The PR_SERVICE_SUPPORT_FILES property contains a list of the files that belong to the message service.
Header file: | MAPITAGS.H |
May be exposed by: | Profile section objects |
Must be a column in: | Message service tables |
Identifier: | 0x3D0F |
Property type: | PT_MV_TSTRING |
Property tag: | 0x3D0F101E (0x3D0F101F for Unicode) |
Using a dialog box in the control panel applet, a user can obtain the list of files that belong to the message service. For example, the user can obtain the names of all DLLs that belong to the service. The user can then seek additional details about the specified files, such as the names and version numbers of all the DLLs. MAPI uses the PR_SERVICE_SUPPORT_FILES property to create a support file list in a dialog box for messaging user selection.
MAPI works only with filenames, and other strings passed to it, in the ANSI character set. Client applications that use filenames in an OEM character set must convert them to ANSI before calling MAPI.