PidTagServiceEntryName Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
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.