The PR_SERVICE_ENTRY_NAME property contains the name of the entry point function for configuration of a message service.
Header file: | MAPITAGS.H |
May be exposed by: | Profile section objects |
Must be a column in: | Message service tables |
Identifier: | 0x3D0B |
Property type: | PT_STRING8 |
Property tag: | 0x3D0B001E |
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 DLL in which the entry point function appears is named by the PR_SERVICE_DLL_NAME property.
For more information on message service entry points, see Implementing a Service Provider Entry Point Function.