PidTagServiceDllName Canonical Property

Applies to: Outlook 2013 | Outlook 2016

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

Property Value
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. It 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

PidTagProviderDllName Canonical Property

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names