PidTagProviderDllName Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains the base file name of the MAPI service provider dynamic-link library (DLL).

Property Value
Associated properties:
PR_PROVIDER_DLL_NAME, PR_PROVIDER_DLL_NAME_A, PR_PROVIDER_DLL_NAME_W
Identifier:
0x300A
Data type:
PT_STRING8, PT_UNICODE
Area:
MAPI common

Remarks

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 this property results in an error.

Header files

Mapidefs.h

Provides data type definitions.

Mapitags.h

Contains definitions of properties listed as alternate names.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names