PidTagServiceDllName Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Contains the filename of the DLL containing the message service provider entry point function to call for configuration.

Associated properties:

PR_SERVICE_DLL_NAME, PR_SERVICE_DLL_NAME_A, PR_SERVICE_DLL_NAME_W

Identifier:

0x3D0A

Data type:

PT_STRING8, PT_UNICODE

Area:

MAPI profile

Remarks

When the entry point function name appears in the PR_SERVICE_ENTRY_NAME (PidTagServiceEntryName) method, it indicates that the entry point exists.

MAPI uses a DLL file naming convention. The base filename contains up to six characters that uniquely identify the DLL. MAPI appends the string 32 to the base DLL name to identify the version that runs on 32-bit platforms. For example, when the name MAPI.DLL is specified, MAPI constructs the name MAPI32.DLL to represent the corresponding 32-bit version of the DLL.

These properties should specify the base name. MAPI appends the string 32 as appropriate. Including the string 32 as part of these properties result in an error.

Header Files

  • Mapidefs.h
    Provides data type definitions.

  • Mapitags.h
    Contains definitions of properties listed as alternate names.

See Also

Reference

PidTagProviderDllName Canonical Property

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names