I’m a Lotus Notes beginner trying to integrate it in our existing Java program… Although the Domino API seems quite extensive I cannot find any information on calling client functions. The functionality I’m seeking to call is opening a simple Mail, generated by the Java Program in question with an attachment from the file system (or, even better, from an arbitrary notes database).
The core of the Problem is that, as it seems, all functionality concerning the client is not available within arbitrary Java code - is there? If not Java, then maybe COM classes? Which namespaces are to be used in this context?
Many thanks in advance for any suggestions!