Setting Up the COM Interface

Before you can make calls to the COM API, you must include the IFS_COM_API.tlb library in your project. The steps to do this will vary depending on the programming language you are using.

For example, if you are using Microsoft™ Visual Basic, you can include the type library as follows:

  1. From the Project menu, select References.
  2. In the References dialog, select InternetForms API.
  3. Click OK.
Note: The COM API does not support 64-bit and therefore the .tlb is not included in the 64-bit Server installation package. For specific information about including a type library in your project, refer to the documentation for your development environment.