How can I dynamically open a lotus notes email in java o any other programming lauguage
feedback
|
|
If notes is installed correctly, there should be a protocol handler for notes url's like notes://[SERVER]/[Replikaid]/[View]/[DocumentID] If you only have the messageid, you could add a new view (byMessageID) into the mailbox with the first sorted column to the messageid field. The url would look like notes://server/replikaid/byMessageID/messageid?Opendocument | |||||||
feedback
|