Platform SDK: Exchange Server |
Before you can build and install the applications that make up the gateway sample, you must first build all of the necessary libraries and the relevant samples. Specifically:
Once this has been completed, you can proceed to install the sample gateway. First, it's is a good idea to create a separate "bin" (for binary) directory somewhere on your file system and then add it to your PATH environmental variable. This will be useful to keep all of the Exchange sample applications and DLLs separated from the rest on your system. One example would be something like c:\bin
. When you finish building the sample executables and DLLs, you could then copy them all to this directory and they will be available for load, in the case of the DLL, or execution in the case of EXEs. In the example steps listed below it is assumed that the executables and DLLs appear somewhere in your current path.