PidTagServiceEntryName Canonical Property
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains the name of the entry point function for configuration of a message service.
Associated properties: |
PR_SERVICE_ENTRY_NAME |
Identifier: |
0x3D0B |
Data type: |
PT_STRING8 |
Area: |
MAPI profile |
Remarks
It is recommended that message service implementers provide a message service entry point, but the entry point is not required. However, the entry point should be supplied only if the related configuration properties exist. If these properties do not exist, MAPI assumes that no entry point is provided.
The dynamic-link library (DLL) in which the entry point function appears is named by the PR_SERVICE_DLL_NAME (PidTagServiceDllName) property.
For more information on message service entry points, see Implementing a Service Provider Entry Point Function.
Related Resources
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.