NMapi

About openmapi.org

OpenMapi.org provides a cross-language, multi-platform implementation of the MAPI API.

Building NMapi

Windows

While NMapi runs fine on the .NET Framework, currently we only provide a Makefile for Mono/Linux.

Linux

Prerequisites

  1. Build Mono from svn trunk; More information on how to do this is available here.
  2. Install monodoc from svn trunk
  3. Make sure a Java compiler (javac) is installed.
  4. Install ikvm, if not installed already.

Build NMapi

Now simply untar the package and type "make" in the directory.
The binaries will be created in the bin subdirectory, api-docs will be in "docs".