NotesUIWorkspace - Java

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!

Subject: NotesUIWorkspace - Java

Alexander,

The simple answer is that you can’t. Java only works for Notes on the back end and the NotesUI classes aren’t supported for COM.

This may be different in Notes 8, but we haven’t touched Notes 8 yet, so I can’t speak to that.

Sorry.

brandt