PidTagProviderDllName Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains the base file name of the MAPI service provider dynamic-link library (DLL).
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. 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 this property results in an error.
Related Resources
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.