This is a wrapper library around the Mollom API. The library is written in C#, and uses the excellent XmlRpc library created by Charles Cook.
At the moment this is just a library wrapper around the API, abstracting the XmlRpc calls away. The objects returned by the library are serializable, so they can be stored in the ViewState or the Session objects. This is necessary to facilitate the Mollom session management, which is almost completely abstracted away.
Getting
The latest version is NMollom 1.0.2.0, which targets Mollom/1.0.
You can download nmollom as a binary package: nmollom-1.0.2.0.zip. This includes the nmollom dll and the xmlrpc dll.
Alternatively, get the source from the svn repository and build it yourself.
Examples
See the MollomTestSite in the svn repository for an example on how to use the library. You'll need to rename/copy example-web.config in the site's root, and fill in your own keys there to try it out. The site assumes that the keys used are in "development mode" at mollom (see their documentation on more info on "development mode").
You can apply for a set of public-private keys at the Mollom site.
Versioning
The major and minor version of the NMollom assembly will always reflect the version of the Mollom API it is targeting. So version 1.0.2.0 targets Mollom/1.0.