Platform SDK: Exchange Server

XLATINST: Installing a Message Conversion

This program installs a message conversion DLL for a gateway. To run XLATINST, type the following at the command prompt:

XLATINST 
  /DLL=<conversion DLL name> 
  /CLASSES=<message classes> 
  /OPTIONS=<options string> 
  /POINT=<point string> 
 [/DELETE] 
 [/HELP or /?]

XLATINST Parameters

Parameter Description
DLL Message conversion DLL name (no path name).
CLASSES Message classes, separated by %.
OPTIONS Options string.
POINT Point string.
DELETE Deletes the conversion DLL.
HELP or ? Displays Help information.

An example of calling this program is:

XLATINST /DLL=MESGCNV.DLL /CLASSES=SDK%SMTP 
/OPTIONS=options string /POINT=point string