PR_SERVICE_DLL_NAME 

The PR_SERVICE_DLL_NAME property contains the filename of the DLL containing the message service provider entry point function to call for configuration.

Quick Info

Header file:

MAPITAGS.H

Must be exposed by:

Profile section objects

Must be a column in:

Message service tables

Identifier:

0x3D0A

Property type:

PT_TSTRING

Property tag:

0x3D0A001E (0x3D0A001F for Unicode)

 

Remarks

When the entry point function name appears in the PR_SERVICE_ENTRY_NAME.MT9G5 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.

The PR_SERVICE_DLL_NAME property should specify the base name. MAPI appends the string 32 as appropriate. Including the string 32 as part of the PR_SERVICE_DLL_NAME property results in an error.

See Also

PR_PROVIDER_DLL_NAME