Link to Lotus Notes email from a web application

I have a web application that can cause a number of cases. Sometimes a user may want to associate a case with a particular letter in Lotus Notes. I use the term β€œconnect” freely - I’m not sure what I want because I don’t know all my options, but I’m looking for a way to say β€œthis case comes right here with this email there.”

I need a way to create this relationship, even if it's as simple as providing a hyperlink in a web application that opens an email in Lotus Notes. Is it possible to create such a link? How about if I want the web application to pull up the content (message body, sender, recipients) of this email?

+3
source share
1 answer

If you just want to create a link, and your users all use Windows, you can use the URL protocol association, which is installed to take notes: // URLs open the Notes client.

To get the URL, go to the email and click File> Document Properties. Go to <+>, and then copy the Notes URL specified in the Identifier section.

I believe this feature appeared in version 6 and is enabled by default for all Notes clients after that on Windows.

If this does not work for you, the next best way is to create fields in your web application where people can copy the body of the message, sender, recipients, etc.

, Notes API- Notes, , , , .

+3

Source: https://habr.com/ru/post/1758087/


All Articles