Share via


Registering the Conversion DLLs

Registering the Conversion DLLs

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The Exchange 2000 Sample Gateway uses Ipm_in.dll and Ipm_out.dll to translate message content. These dynamic-link libraries (DLLs) must be entered into the Registry. The XLATINST application is a tool used specifically for this purpose.

To register the Ipm_in.dll and Ipm_out.dll files, run the following commands:

  • Xlatinst.exe /dll=IPM_IN.DLL /CLASSES=ENVELOPE.IPM%%REPORT.IPM /POINT=SAMPLEGW.INBOUND
  • Xlatinst.exe /dll=IPM_OUT.DLL /CLASSES=ENVELOPE.IPM%%REPORT.IPM /POINT=SAMPLEGW.OUTBOUND

Each item command should be on one line.

Note  The double percent sign (%%) is used because these commands are meant to be run from a batch file. If you choose to run these commands interactively, use a single percent sign (%).

The following topic provides more information about XLATINST:

The XLATINST Application

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.