Platform SDK: Exchange Server

Preparing to Run the Sample

Software Requirements

Software requirements for building and using the sample are listed in the following sections.

Build Machine

Exchange Server Machine

Building the Suggest COM Component

Perform the following steps to build the component.

  1. Open the Suggest workspace file (Suggest.dsw) using Microsoft Visual C++.
  2. Select Build->Set Active Configuration and select a configuration to build.
  3. Select Build->Build Suggest.dll to build the component.

Registering the Suggest COM Component

To make the custom agent available to handle events, you must register it on an Exchange Server machine. Copy the previously build component to some location on that machine and type

regsvr32 Suggest.dll.