we have inherited a .net application that reads email from an Exchange mail server, as we run Domino i was wondering if anyone had some pointers on how to read a domino mail message and extract data from within the message with .net.
You have your choice of the Domino COM classes (which are fine for Win32 but unsupported on Win64 – although they can be made to mostly work), or the Notes C++ API, or the Notes C API.