How to install MX Resolver Component

Place the files included in this package into the same directory,
or, if you prefer, in the separate directory.

For Delphi 1, Delhi 3 and C++ Builder 1
---------------------------------------

Install the file mxres.pas as you would usually install the components.
msMXResolver component should appear on the component palette

For Delphi 3 and Delphi 4
-------------------------

If you want to add the MX Resolver component to the IMS package, click
File, Open and select the ims3.dpk (for Delphi 3) or ims4.dpk (for
Delphi 4), then click Add and add files msmx.pas and msmxcls.pas.  Then
rightclick on the Package editor and select Build All.  As a result,
msMXResolver component will be registered and appear in the Internet
Mail Suite tab.

For BCBuilder 3
---------------

Click - Open and select a package file ims.bpk, and in the file ims.cpp,
which will appear in the editor, in the section where you see USEUNIT
statements, add the following lines:

USEUNIT("msmx.pas");
USEUNIT("msmxcls.pas");

if you placed the MX resolver files in the directory other than
IMS files, don't forget to also include a full or relative path
to the units.  Then click Project - Build.
